提交 2ca7f90a 编写于 作者: P Phil Hughes

Merge branch 'winh-text-danger-selector' into 'master'

Avoid @extend for .text-danger in dropdowns

Closes #37396

See merge request !14030
......@@ -768,7 +768,7 @@
// make sure the text color is not overriden
&.text-danger {
@extend .text-danger;
color: $brand-danger;
}
&.is-focused,
......@@ -777,6 +777,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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册