Skip to content
Snippets Groups Projects
Unverified Commit 8e07ae30 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3227427 by mherchel, Gauravmahlawat: Olivero: <summary> focus state is...

Issue #3227427 by mherchel, Gauravmahlawat: Olivero: <summary> focus state is invisible in Windows high contrast

(cherry picked from commit d51a1dbb)
parent 9c11e739
No related branches found
No related tags found
8 merge requests!10011Issue #3200534 by quietone, longwave, Kristen Pol: Use dataprovider for...,!2571Issue #3000717: Missing mapping for "nodereference_url" widget,!2521Issue #3185775: Place Views preview on the side on large monitors,!1603Issue #3231707: mxr576's core patch playground,!1479Issue #3250298: Return empty string "" with JSON Serializer instead of FALSE,!1478Issue #3250298: Return empty string "" with JSON Serializer instead of FALSE,!1203Issue #3236191 Wrong group exposed form widgets and multiple selection error.,!1076Issue #2903336 Added node context for tokens.
......@@ -111,7 +111,8 @@
/* Disable default outline for summary, since we have own implementation */
.olivero-details__summary:focus {
outline: none;
outline: solid 2px transparent;
outline-offset: -4px;
}
/* Details summary, hover state */
......@@ -196,7 +197,7 @@
}
.collapse-processed > .olivero-details__summary .details-title:focus {
outline: none;
outline: solid 2px transparent;
}
.collapse-processed > .olivero-details__summary .details-title:hover {
......
......@@ -78,7 +78,8 @@
/* Disable default outline for summary, since we have own implementation */
.olivero-details__summary:focus {
outline: none;
outline: solid 2px transparent;
outline-offset: -4px;
}
/* Details summary, hover state */
......@@ -129,7 +130,7 @@
}
.collapse-processed > .olivero-details__summary .details-title:focus {
outline: none;
outline: solid 2px transparent;
}
.collapse-processed > .olivero-details__summary .details-title:hover {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment