mirror of
https://github.com/mbirth/wiki.git
synced 2024-11-09 13:16:45 +00:00
30 lines
445 B
Sass
30 lines
445 B
Sass
---
|
|
---
|
|
#comments-tabs
|
|
list-style: none
|
|
margin: 0
|
|
padding: 0
|
|
|
|
li
|
|
background: none
|
|
display: inline-block
|
|
padding: 10px 15px
|
|
cursor: pointer
|
|
|
|
li.static
|
|
cursor: inherit
|
|
|
|
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
|