mirror of
https://github.com/discourse/discourse.git
synced 2025-09-12 21:10:47 +08:00
improve user page styling
This commit is contained in:
parent
f423869e03
commit
7ae1846834
4 changed files with 30 additions and 28 deletions
|
@ -653,3 +653,24 @@
|
|||
}
|
||||
}
|
||||
|
||||
.user-main .nav-stacked {
|
||||
background-color: transparent;
|
||||
|
||||
> li {
|
||||
border-bottom: none;
|
||||
> a {
|
||||
padding: 6px 6px 6px 30px;
|
||||
color: dark-light-choose(scale-color($primary, $lightness: 40%), scale-color($secondary, $lightness: 40%));
|
||||
}
|
||||
}
|
||||
|
||||
li > a.active {
|
||||
color: $primary;
|
||||
background-color: transparent;
|
||||
}
|
||||
li > a.active:after {
|
||||
border-left-color: $primary;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue