Commit ba44a57f authored by Clement Ho's avatar Clement Ho

Merge branch...

Merge branch '40631-sidebar-icon-alignment-for-confidentiality-and-lock-issue-is-misaligned' into 'master'

Resolve "Sidebar icon alignment for confidentiality and lock issue is misaligned"

Closes #40631

See merge request gitlab-org/gitlab-ce!15692
parents 2b07c2ee 2c6d2409
...@@ -141,20 +141,20 @@ ...@@ -141,20 +141,20 @@
.sidebar-item-icon { .sidebar-item-icon {
border-radius: $border-radius-default; border-radius: $border-radius-default;
margin: 0 3px 0 -4px; margin: 0 5px 0 0;
vertical-align: middle; vertical-align: text-bottom;
&.is-active { &.is-active {
fill: $orange-600; fill: $orange-600;
} }
}
.sidebar-collapsed-icon .sidebar-item-icon { .sidebar-collapsed-icon & {
margin: 0; margin: 0;
} }
.sidebar-item-value .sidebar-item-icon { .sidebar-item-value & {
fill: $theme-gray-700; fill: $theme-gray-700;
}
} }
.sidebar-item-warning-message { .sidebar-item-warning-message {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment