Convert vanilla CSS to SASS
This commit is contained in:
12
assets/sass/_task_listing.sass
Normal file
12
assets/sass/_task_listing.sass
Normal file
@@ -0,0 +1,12 @@
|
||||
.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
|
||||
Reference in New Issue
Block a user