mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 03:54:33 +08:00
FIX red hightlighted rows in admin
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user