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
1 changed files with 3 additions and 1 deletions

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 {