Closed (fixed)
Project:
Cloud
Version:
6.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
7 Sep 2023 at 20:26 UTC
Updated:
21 Sep 2023 at 21:09 UTC
Jump to comment: Most recent
/* 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 */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