inadvertent error prevention on .row
Add a 5px border on .row settings section
This commit is contained in:
parent
240789f787
commit
4389b80640
1 changed files with 3 additions and 0 deletions
|
@ -1505,6 +1505,9 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
|
|||
input:not([type='submit']):not(:focus):not(:active) {
|
||||
border-color: var(--color-border) !important;
|
||||
}
|
||||
&:not(#grid-header) {
|
||||
box-shadow: 5px 0 0 var(--color-primary-element) inset;
|
||||
}
|
||||
}
|
||||
> div,
|
||||
> form {
|
||||
|
|
Loading…
Reference in a new issue