Updated shadow control to be able to handle "absolute null" situation
This commit is contained in:
parent
2b9968eacd
commit
aa7a336183
7 changed files with 179 additions and 126 deletions
|
|
@ -69,6 +69,16 @@
|
|||
}
|
||||
}
|
||||
|
||||
.inset-alert {
|
||||
padding: 0.25em 0.5em;
|
||||
}
|
||||
|
||||
&.disabled {
|
||||
.inset-alert {
|
||||
opacity: 0.2;
|
||||
}
|
||||
}
|
||||
|
||||
.shadow-preview {
|
||||
order: 2;
|
||||
flex: 3 3 15em;
|
||||
|
|
@ -94,7 +104,7 @@
|
|||
|
||||
.input-light-grid {
|
||||
grid-area: options;
|
||||
justify-self: end;
|
||||
justify-self: center;
|
||||
}
|
||||
|
||||
.input-number {
|
||||
|
|
@ -176,3 +186,8 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.inset-tooltip {
|
||||
padding: 0.5em;
|
||||
max-width: 30em;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue