mirror of
https://github.com/mbirth/wiki.git
synced 2024-11-09 13:16:45 +00:00
27 lines
406 B
Sass
27 lines
406 B
Sass
|
---
|
||
|
---
|
||
|
#comments-tabs
|
||
|
list-style: none
|
||
|
margin: 0
|
||
|
padding: 0
|
||
|
|
||
|
li
|
||
|
background: none
|
||
|
display: inline-block
|
||
|
padding: 10px 15px
|
||
|
cursor: pointer
|
||
|
|
||
|
li:before
|
||
|
content: normal
|
||
|
|
||
|
li.current
|
||
|
background: rgba(black, 0.1)
|
||
|
|
||
|
.comments-tab
|
||
|
display: none
|
||
|
padding: 1em
|
||
|
background: rgba(black, 0.1)
|
||
|
|
||
|
.comments-tab.current
|
||
|
display: inherit
|