mirror of
https://github.com/discourse/discourse.git
synced 2025-04-01 00:18:54 +08:00
Customize nav pill fix
This commit is contained in:
parent
7d2cc33013
commit
e233a69db0
@ -410,7 +410,7 @@
|
||||
li {
|
||||
margin-right: 0;
|
||||
display: flex;
|
||||
|
||||
|
||||
&.spacer {
|
||||
flex-grow: 1;
|
||||
}
|
||||
@ -428,6 +428,11 @@
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
a.active {
|
||||
background: $primary-medium;
|
||||
color: $secondary;
|
||||
}
|
||||
|
||||
a.blank:not(.active) {
|
||||
color: $primary-medium;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user