Skip to content
Snippets Groups Projects
Unverified Commit 40195fb8 authored by Roeland Jago Douma's avatar Roeland Jago Douma Committed by GitHub
Browse files

Merge pull request #18817 from nextcloud/bugfix/18751

Narrow error button styling scope
parents ff18ad7f 41134daf
No related branches found
No related tags found
No related merge requests found
...@@ -115,11 +115,6 @@ div[contenteditable=true], ...@@ -115,11 +115,6 @@ div[contenteditable=true],
cursor: default; cursor: default;
} }
} }
&.error {
background-color: var(--color-error) !important;
border-color: var(--color-error);
}
} }
div[contenteditable=false] { div[contenteditable=false] {
...@@ -198,6 +193,12 @@ input[type='reset'] { ...@@ -198,6 +193,12 @@ input[type='reset'] {
&::-moz-focus-inner { &::-moz-focus-inner {
border: 0; border: 0;
} }
&.error {
background-color: var(--color-error) !important;
border-color: var(--color-error) !important;
color: #fff !important;
}
} }
button, .button { button, .button {
> span { > 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