Fixed: Filter indicator in interactive search
This commit is contained in:
parent
2a45b615ae
commit
80d36a06c8
|
@ -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 New Issue