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

Issue #3212700 by Sakthivel M, chetanbharambe, Gauravmahlawat: Olivero: focus...

Issue #3212700 by Sakthivel M, chetanbharambe, Gauravmahlawat: Olivero: focus state outline cut off from right in IE11

(cherry picked from commit b76f7021)
parent 9362bc02
No related branches found
No related tags found
11 merge requests!10011Issue #3200534 by quietone, longwave, Kristen Pol: Use dataprovider for...,!3134Issue #3222236: Lighthouse SEO: Uncrawlable Link a#main-content,!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.,!1015Issue #3226944: REST's Request handler doesn't resolve $data argument for put method,!577Issue #3209779: Create new database storage for the tracker module
......@@ -110,6 +110,7 @@ html:not(.js) .tabs__tab,
}
}
.tabs__link:focus {
position: relative;
outline: solid 3px #2494db;
outline-offset: -3px;
}
......
......@@ -80,6 +80,7 @@ html:not(.js) .tabs__tab,
}
.tabs__link:focus {
position: relative;
outline: solid 3px var(--color--blue-50);
outline-offset: -3px;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment