Commit 915d2b9b authored by Winnie Hellmann's avatar Winnie Hellmann

Make new .text-danger style global

parent e5747f87
...@@ -153,6 +153,11 @@ ...@@ -153,6 +153,11 @@
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
// make sure the text color is not overriden
&.text-danger {
color: $brand-danger;
}
&:hover, &:hover,
&:focus, &:focus,
&.is-focused { &.is-focused {
...@@ -783,11 +788,6 @@ ...@@ -783,11 +788,6 @@
} }
} }
// make sure the text color is not overriden
&.text-danger {
color: $brand-danger;
}
&.is-focused, &.is-focused,
&:hover, &:hover,
&:active, &:active,
...@@ -796,11 +796,6 @@ ...@@ -796,11 +796,6 @@
background-color: $dropdown-item-hover-bg; background-color: $dropdown-item-hover-bg;
color: $gl-text-color; color: $gl-text-color;
// make sure the text color is not overriden
&.text-danger {
color: $brand-danger;
}
} }
} }
......
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