Proposed resolution

  • Remove /* stylelint-disable */ in cloud/modules/cloud_dashboard/cloud_dashboard/src/index.css
    /* stylelint-disable */
    /* csslint ignore:start */
    .navbar-default .navbar .navbar-collapse nav ul.navbar-nav li div.menu {
      position: relative;
      display: block;
      padding: 10px 44px 10px 10px;
      cursor: pointer;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      white-space: inherit;
      word-break: break-all;
      color: rgba(255, 255, 255, 0.87);
      font-size: 16px;
      font-weight: 500;
      line-height: 21px;
    }
    
    ... (snip) ...
    
    /* csslint ignore:end */

Issue fork cloud-3385981

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

yas created an issue. See original summary.

yas’s picture

Status: Needs work » Needs review
yas’s picture

@all

The tests have been passed successfully, so I'll merge the patch to 6.x, and close this issue as Fixed.

  • yas committed a857188d on 6.x
    Issue #3385981 by yas: Enable stylelint check for index.css in GitLab CI...
yas’s picture

Status: Needs review » Reviewed & tested by the community
yas’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.