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

Make new .text-danger style global

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