Make tags editing more obvious

This commit is contained in:
WithoutPants 2019-08-19 19:25:48 +10:00
parent 39bdede110
commit d4c1ad5976
1 changed files with 5 additions and 0 deletions

View File

@ -182,9 +182,14 @@ span.block {
& .tag-list-row {
margin: 10px;
cursor: pointer;
& .bp3-button {
margin: 0 10px;
}
}
& .tag-list-row:hover {
text-decoration: underline;
}
}