Skip to content
Snippets Groups Projects
Commit 81b76763 authored by Jess's avatar Jess
Browse files

Issue #2915759 by samuel.mortenson, tedbow, xjm, yoroy: :focus is is hard to...

Issue #2915759 by samuel.mortenson, tedbow, xjm, yoroy: :focus is is hard to see for links in the off-canvas dialog
parent 03e3d7a3
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -27,8 +27,7 @@
#drupal-off-canvas .link:focus,
#drupal-off-canvas a:hover,
#drupal-off-canvas .link:hover {
outline: none;
color: #46a0f5;
text-decoration: underline;
}
#drupal-off-canvas hr {
height: 1px;
......
......@@ -40,7 +40,6 @@
#drupal-off-canvas summary:hover,
#drupal-off-canvas summary:focus {
background-color: #222;
outline: none;
}
#drupal-off-canvas details[open] {
padding-bottom: 10px;
......
......@@ -27,8 +27,7 @@
#drupal-off-canvas .link:focus,
#drupal-off-canvas a:hover,
#drupal-off-canvas .link:hover {
outline: none;
color: #46a0f5;
text-decoration: underline;
}
#drupal-off-canvas hr {
height: 1px;
......
......@@ -40,7 +40,6 @@
#drupal-off-canvas summary:hover,
#drupal-off-canvas summary:focus {
background-color: #222;
outline: none;
}
#drupal-off-canvas details[open] {
padding-bottom: 10px;
......
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