Commit e30f6f84 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

fix: #3565213 Adjust contextual CSS for navigation module reset CSS

By: kentr
By: finnsky
By: godotislate
(cherry picked from commit fb9afe34)
(cherry picked from commit e6c9f0ab)
parent 9bc25f18
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
 * https://developer.mozilla.org/en-US/docs/Web/CSS/all
 */

:is(#extra-specificity-hack, [data-drupal-admin-styles]) {
:where(#extra-specificity-hack, [data-drupal-admin-styles]) {
  box-sizing: border-box;

  *:focus {
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
 * https://developer.mozilla.org/en-US/docs/Web/CSS/all
 */

:is(#extra-specificity-hack, [data-drupal-admin-styles]) {
:where(#extra-specificity-hack, [data-drupal-admin-styles]) {
  box-sizing: border-box;

  *:focus {