Make new .text-danger style global
This commit is contained in:
parent
e5747f87a0
commit
915d2b9ba2
1 changed files with 5 additions and 10 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue