mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 10:33:38 +08:00
Merge pull request #3298 from awesomerobot/master
lighter yellow directory highlight, badge fix on mobile
This commit is contained in:
commit
133e3bab7a
|
@ -32,7 +32,7 @@
|
|||
|
||||
tr.me {
|
||||
td {
|
||||
background-color: scale-color($highlight, $lightness: 50%);
|
||||
background-color: dark-light-diff($highlight, $secondary, 70%, -80%);
|
||||
|
||||
.username a, .name, .title, .number, .time-read {
|
||||
color: scale-color($highlight, $lightness: -50%);
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
line-height: 1;
|
||||
margin-left: 4px;
|
||||
padding-left: 2px;
|
||||
display: inline-block;
|
||||
display: inline;
|
||||
|
||||
#search-dropdown & {
|
||||
margin-top: 0;
|
||||
|
|
Loading…
Reference in New Issue
Block a user