FIX: Edit reasons on profile page
This commit is contained in:
parent
36b5269d19
commit
a275b0b8a3
|
@ -484,7 +484,7 @@
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
.edit-reason {
|
.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;
|
padding: 3px 5px 5px 5px;
|
||||||
}
|
}
|
||||||
.remove-bookmark {
|
.remove-bookmark {
|
||||||
|
|
Loading…
Reference in New Issue