Skip to content
Snippets Groups Projects
Unverified Commit 4389b806 authored by Iglou.eu's avatar Iglou.eu Committed by GitHub
Browse files

inadvertent error prevention on .row

Add a 5px border on .row settings section
parent 240789f7
No related branches found
No related tags found
No related merge requests found
...@@ -1505,6 +1505,9 @@ doesnotexist:-o-prefocus, .strengthify-wrapper { ...@@ -1505,6 +1505,9 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
input:not([type='submit']):not(:focus):not(:active) { input:not([type='submit']):not(:focus):not(:active) {
border-color: var(--color-border) !important; border-color: var(--color-border) !important;
} }
&:not(#grid-header) {
box-shadow: 5px 0 0 var(--color-primary-element) inset;
}
} }
> div, > div,
> form { > form {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment