mirror of
https://github.com/discourse/discourse.git
synced 2025-06-02 16:29:32 +08:00
FIX red hightlighted rows in admin
This commit is contained in:
@ -280,7 +280,7 @@ section.details {
|
|||||||
border-top: 0;
|
border-top: 0;
|
||||||
}
|
}
|
||||||
&.highlight-danger {
|
&.highlight-danger {
|
||||||
background-color: $danger;
|
background-color: scale-color($danger, $lightness: 50%);
|
||||||
}
|
}
|
||||||
border-top: 1px solid scale-color($primary, $lightness: 90%);
|
border-top: 1px solid scale-color($primary, $lightness: 90%);
|
||||||
&:before, &:after {
|
&:before, &:after {
|
||||||
|
Reference in New Issue
Block a user