Commit e5747f87 authored by Winnie Hellmann's avatar Winnie Hellmann

Make new .is-active style global

parent 0fd735aa
...@@ -476,13 +476,12 @@ ...@@ -476,13 +476,12 @@
&.is-indeterminate, &.is-indeterminate,
&.is-active { &.is-active {
font-weight: $gl-font-weight-bold;
color: $gl-text-color; color: $gl-text-color;
&::before { &::before {
position: absolute; position: absolute;
left: 6px; left: 6px;
top: 50%; top: 16px;
transform: translateY(-50%); transform: translateY(-50%);
font: normal normal normal 14px/1 FontAwesome; font: normal normal normal 14px/1 FontAwesome;
font-size: inherit; font-size: inherit;
...@@ -490,6 +489,12 @@ ...@@ -490,6 +489,12 @@
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
} }
&.dropdown-menu-user-link {
&::before {
top: 50%;
}
}
} }
&.is-indeterminate::before { &.is-indeterminate::before {
...@@ -498,9 +503,6 @@ ...@@ -498,9 +503,6 @@
&.is-active::before { &.is-active::before {
content: "\f00c"; content: "\f00c";
position: absolute;
top: 50%;
transform: translateY(-50%);
} }
} }
} }
...@@ -800,19 +802,6 @@ ...@@ -800,19 +802,6 @@
color: $brand-danger; color: $brand-danger;
} }
} }
&.is-active {
font-weight: inherit;
&::before {
top: 16px;
}
&.dropdown-menu-user-link::before {
top: 50%;
transform: translateY(-50%);
}
}
} }
&.dropdown-menu-empty-item a { &.dropdown-menu-empty-item a {
......
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