mirror of
https://github.com/nasa/openmct.git
synced 2025-03-22 03:55:31 +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;
|
||||
top: 50%;
|
||||
@include transform(translateY(-50%));
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
&:before {
|
||||
|
Loading…
x
Reference in New Issue
Block a user