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