blob: 1c265e8717eb5edd4c251a201e040a2828d4effe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
@import variables
.task-table .dropdown-menu
color: color('dark')
text-decoration: none
font-weight: bold
&:focus, &:hover
text-decoration: underline
td.task-table a
color: color('dark')
text-decoration: none
&:hover
text-decoration: underline
|