Proposed resolution
- Remove
/* stylelint-disable */incloud/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
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
Comment #3
yasComment #4
yas@all
The tests have been passed successfully, so I'll merge the patch to
6.x, and close this issue as Fixed.Comment #6
yasComment #7
yas