You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

28 lines
689 B

div.dropmenu
display: inline-block
position: relative
line-height: 2.4
cursor: default
trans()
color: alpha($color-text, 85%)
background: $color-codeblock
border-radius: $border-codeblock
border: 1px solid darken($color-codeblock, 6)
padding: 0 $gap
padding-top: 1px
font-size: $fontsize-meta
font-weight: bold
&:hover
background: bgcolor($color-theme)
border-color: darken(bgcolor($color-theme), 6)
>ul
display: block
margin-left: 0 - $gap * 0.5
margin-top: 0 - $border-codeblock
ul>li
list-style: none
>a
&:hover
text-decoration: none !important
.list-v .list-v
left: "calc(100% - 0.5 * %s)" % $gap