mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-06-19 10:05:40 +08:00
17 lines
395 B
SCSS
Vendored
17 lines
395 B
SCSS
Vendored
.uc-modernize-foundation-theme {
|
|
.nav-pills > li > a:hover::after,
|
|
.nav-pills > li button:hover::after {
|
|
content: "";
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
height: var(--d-nav-underline-height);
|
|
background: var(--d-nav-color--hover);
|
|
}
|
|
|
|
.navigation-container .nav-pills > li > a {
|
|
padding: 0 0.65em;
|
|
height: var(--d-control-height);
|
|
}
|
|
}
|