Skip to content
Snippets Groups Projects
Commit b354754f authored by Winnie Hellmann's avatar Winnie Hellmann
Browse files

Avoid @extend for .text-danger in dropdowns

parent 6fffddab
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -756,7 +756,7 @@
 
// make sure the text color is not overriden
&.text-danger {
@extend .text-danger;
color: $brand-danger;
}
 
&.is-focused,
Loading
Loading
@@ -765,6 +765,11 @@
&:focus {
background-color: $dropdown-item-hover-bg;
color: $gl-text-color;
// make sure the text color is not overriden
&.text-danger {
color: $brand-danger;
}
}
 
&.is-active {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment