Fix round corners in theme selector, changes were previously comitted directly to the css file causing them to be overwritten
This commit is contained in:
parent
81a8f946b7
commit
c7a95ccb8b
1 changed files with 8 additions and 1 deletions
|
|
@ -12,9 +12,16 @@
|
||||||
padding: 2px 10px
|
padding: 2px 10px
|
||||||
line-height: 25px
|
line-height: 25px
|
||||||
white-space: nowrap
|
white-space: nowrap
|
||||||
|
|
||||||
|
&:hover:first-child,
|
||||||
|
&:hover:last-child {
|
||||||
|
border-top-left-radius: inherit;
|
||||||
|
border-top-right-radius: inherit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 1250px) {
|
@media only screen and (max-width: 1250px) {
|
||||||
|
|
||||||
.nav-chapters {
|
.nav-chapters {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue