fixup
parent
9651ebe182
commit
ad5596647e
|
@ -9,8 +9,11 @@ Please see LICENSE files in the repository root for full details.
|
||||||
.mx_SearchBox {
|
.mx_SearchBox {
|
||||||
flex: 1 1 0;
|
flex: 1 1 0;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
padding-top: 10px;
|
|
||||||
padding-bottom: 10px;
|
.mx_textinput_search {
|
||||||
|
padding-top: 10px;
|
||||||
|
padding-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
&.mx_SearchBox_blurred:not(:hover) {
|
&.mx_SearchBox_blurred:not(:hover) {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
|
Loading…
Reference in New Issue