13 lines
231 B
Sass
13 lines
231 B
Sass
.task-table .dropdown-menu
|
|
color: #000
|
|
text-decoration: none
|
|
font-weight: bold
|
|
&:focus, &:hover
|
|
text-decoration: underline
|
|
|
|
td.task-table a
|
|
color: #000
|
|
text-decoration: none
|
|
&:hover
|
|
text-decoration: underline
|