mirror of
https://github.com/stashapp/stash.git
synced 2025-12-06 16:34:02 +01:00
Merge pull request #105 from WithoutPants/issues/104
Make tags editing more obvious
This commit is contained in:
commit
712f18b386
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue