mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
FIX: Edit reasons on profile page
This commit is contained in:
parent
36b5269d19
commit
a275b0b8a3
1 changed files with 1 additions and 1 deletions
|
@ -484,7 +484,7 @@
|
|||
text-overflow: ellipsis;
|
||||
}
|
||||
.edit-reason {
|
||||
background-color: scale-color($highlight, $lightness: 25%);
|
||||
background-color: dark-light-choose(scale-color($highlight, $lightness: 25%), scale-color($highlight, $lightness: -50%));
|
||||
padding: 3px 5px 5px 5px;
|
||||
}
|
||||
.remove-bookmark {
|
||||
|
|
Loading…
Reference in a new issue