Fixed: Filter indicator in interactive search
This commit is contained in:
parent
2a45b615ae
commit
80d36a06c8
|
@ -1,6 +1,8 @@
|
||||||
.menuButton {
|
.menuButton {
|
||||||
composes: menuButton from '~./MenuButton.css';
|
composes: menuButton from '~./MenuButton.css';
|
||||||
|
|
||||||
|
position: relative;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
|
@ -9,7 +11,7 @@
|
||||||
.indicatorContainer {
|
.indicatorContainer {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 10px;
|
top: 10px;
|
||||||
right: 12px;
|
left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.label {
|
.label {
|
||||||
|
|
Loading…
Reference in New Issue