Merge pull request #105 from WithoutPants/issues/104

Make tags editing more obvious
This commit is contained in:
StashAppDev 2019-08-19 16:30:31 -07:00 committed by GitHub
commit 712f18b386
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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