1
0
Fork 0
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:
Mark McDowall 2022-02-24 17:44:51 -08:00
parent 2a45b615ae
commit 80d36a06c8

View file

@ -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 {