mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Badge and label have default cursor instead of text one
This commit is contained in:
parent
b0bd3f34f1
commit
d7fbfec01e
1 changed files with 4 additions and 0 deletions
|
@ -97,3 +97,7 @@ button::-moz-focus-inner, a::-moz-focus-inner {
|
||||||
a:focus {
|
a:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.label, .badge {
|
||||||
|
cursor: default;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue