Skip to content
Snippets Groups Projects
Commit 424cc531 authored by Steinwender, Tamara's avatar Steinwender, Tamara
Browse files

Reduce focus style

parent d2dc7440
No related branches found
No related tags found
No related merge requests found
Pipeline #89251 passed
......@@ -258,7 +258,7 @@ export function getGeneralCSS(doMarginPaddingReset = true) {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: 0px 0px 3px 2px var(--dbp-primary);
box-shadow: 0px 0px 3px 1px var(--dbp-primary);
}
.control {
......@@ -717,7 +717,7 @@ export function getButtonCSS() {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: 0px 0px 3px 2px var(--dbp-primary);
box-shadow: 0px 0px 3px 1px var(--dbp-primary);
}
`;
}
......@@ -835,7 +835,7 @@ export function getRadioAndCheckboxCss() {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: 0px 0px 3px 2px var(--dbp-primary);
box-shadow: 0px 0px 3px 1px var(--dbp-primary);
}
.button-container input[type='checkbox']:disabled ~ .checkmark {
......
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