mirror of
https://github.com/nasa/openmct.git
synced 2025-06-17 06:38:17 +00:00
Markup / scss refactor WIP
- Fix transition of magnify glass icon
This commit is contained in:
@ -32,15 +32,16 @@
|
|||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding: 2px; // Prevents clipping
|
padding: 2px; // Prevents clipping
|
||||||
transition: width 1000ms ease; // TODO: Figure out why this no longer works...
|
transition: width 250ms ease;
|
||||||
|
width: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__input {
|
&__input {
|
||||||
background: none !important;
|
background: none !important;
|
||||||
box-shadow: none !important; // !important needed to override default for [input]
|
box-shadow: none !important; // !important needed to override default for [input]
|
||||||
flex: 0 1 100%;
|
flex: 0 1 100%;
|
||||||
padding-left: 0 !important;
|
padding-left: 2px !important;
|
||||||
padding-right: 0 !important;
|
padding-right: 2px !important;
|
||||||
min-width: 10px; // Must be set to allow input to collapse below browser min
|
min-width: 10px; // Must be set to allow input to collapse below browser min
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user