mirror of
https://github.com/nasa/openmct.git
synced 2025-05-08 11:38:35 +00:00
[Frontend] Fixed magnify glass in search input
open #199 open #278 Fixed z-indexing problem in :before elements in search input (magnify glass, etc.);
This commit is contained in:
parent
c5c166c790
commit
c2e26b3555
@ -111,6 +111,7 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
@include transform(translateY(-50%));
|
@include transform(translateY(-50%));
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user