Skip to content
Snippets Groups Projects
Unverified Commit 41134daf authored by Julius Härtl's avatar Julius Härtl
Browse files

Narrow error button styling scope


Signed-off-by: default avatarJulius Härtl <jus@bitgrid.net>
parent 4b28da1d
No related branches found
No related tags found
No related merge requests found
......@@ -115,11 +115,6 @@ div[contenteditable=true],
cursor: default;
}
}
&.error {
background-color: var(--color-error) !important;
border-color: var(--color-error);
}
}
div[contenteditable=false] {
......@@ -198,6 +193,12 @@ input[type='reset'] {
&::-moz-focus-inner {
border: 0;
}
&.error {
background-color: var(--color-error) !important;
border-color: var(--color-error) !important;
color: #fff !important;
}
}
button, .button {
> span {
......
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