mirror of
https://github.com/Sonarr/Sonarr
synced 2025-01-03 13:45:02 +00:00
Fixed: Filter indicator in interactive search
This commit is contained in:
parent
2a45b615ae
commit
80d36a06c8
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
.menuButton {
|
||||
composes: menuButton from '~./MenuButton.css';
|
||||
|
||||
position: relative;
|
||||
|
||||
&:hover {
|
||||
color: #666;
|
||||
}
|
||||
|
@ -9,7 +11,7 @@
|
|||
.indicatorContainer {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
right: 12px;
|
||||
left: 10px;
|
||||
}
|
||||
|
||||
.label {
|
||||
|
|
Loading…
Reference in a new issue