mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 19:30:23 -06:00
FIX red hightlighted rows in admin
This commit is contained in:
parent
8a471d629e
commit
ba68470d5a
@ -280,7 +280,7 @@ section.details {
|
||||
border-top: 0;
|
||||
}
|
||||
&.highlight-danger {
|
||||
background-color: $danger;
|
||||
background-color: scale-color($danger, $lightness: 50%);
|
||||
}
|
||||
border-top: 1px solid scale-color($primary, $lightness: 90%);
|
||||
&:before, &:after {
|
||||
|
Loading…
Reference in New Issue
Block a user