Tweak tab styles
Oh right, I just remembered how tabs work, they join with the page when selected! lol Something about this still feels off to me, but idk, I find it charming and I wanna just let it rock.
This commit is contained in:
parent
501ea3db7d
commit
929c825b23
1 changed files with 5 additions and 2 deletions
|
@ -144,6 +144,7 @@
|
||||||
|
|
||||||
a
|
a
|
||||||
display: block
|
display: block
|
||||||
|
background: $module-bg-color
|
||||||
border: 1px solid $module-border-color
|
border: 1px solid $module-border-color
|
||||||
border-bottom: 0
|
border-bottom: 0
|
||||||
border-radius: .5em .5em 0 0
|
border-radius: .5em .5em 0 0
|
||||||
|
@ -154,5 +155,7 @@
|
||||||
text-decoration: underline
|
text-decoration: underline
|
||||||
|
|
||||||
&[data-is-current=true]
|
&[data-is-current=true]
|
||||||
background: $module-bg-color
|
background: $background-color
|
||||||
|
padding-bottom: calc(.5em + 1px)
|
||||||
font-weight: bold
|
font-weight: bold
|
||||||
|
margin-bottom: -1px
|
Loading…
Reference in a new issue