mirror of
https://github.com/discourse/discourse.git
synced 2025-08-21 19:11:18 +08:00
FIX red hightlighted rows in admin
This commit is contained in:
parent
8a471d629e
commit
ba68470d5a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue