mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 01:47:22 +08:00
UX: Small adjustments to similar topics popup
This commit is contained in:
parent
fe5374dd3b
commit
23515a68ca
|
@ -142,7 +142,7 @@
|
|||
background-color: $tertiary-low;
|
||||
|
||||
a[href] {
|
||||
color: $primary-medium;
|
||||
color: $primary;
|
||||
}
|
||||
|
||||
.posts-count {
|
||||
|
@ -158,9 +158,12 @@
|
|||
.fa, .blurb {
|
||||
color: dark-light-choose($primary-high, $secondary-medium);
|
||||
}
|
||||
span.topic {
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
.badge-wrapper {
|
||||
padding-left: 5px;
|
||||
margin-left: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -35,7 +35,7 @@ and (max-width : 570px) {
|
|||
display: block;
|
||||
word-wrap: break-word;
|
||||
font-size: $font-down-2;
|
||||
line-height: $line-height-medium;
|
||||
line-height: $line-height-large;
|
||||
.search-highlight {
|
||||
color: dark-light-choose($primary-high, $secondary-low);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user