This commit is contained in:
Jun Pataleta
2022-06-17 10:17:12 +08:00
3 changed files with 9 additions and 6 deletions
+5 -2
View File
@@ -255,8 +255,11 @@ button.close,
text-align: right;
}
a.autolink.glossary:hover {
cursor: help;
a.autolink {
@extend .aalink;
&.glossary:hover {
cursor: help;
}
}
/* Block which is hidden if javascript enabled, prevents fickering visible when JS from footer used! */
.collapsibleregioncaption {
+2 -2
View File
@@ -9935,7 +9935,7 @@ a.dimmed_text:visited,
.dimmed_category a {
color: #6a737b; }
.aalink.focus, .aalink:focus,
.aalink.focus, a.focus.autolink, .aalink:focus, a.autolink:focus,
#page-footer a:not([class]).focus,
#page-footer a:not([class]):focus,
.arrow_link.focus,
@@ -9949,7 +9949,7 @@ a:not([class]):focus,
background-color: #d2e8fb;
box-shadow: 0 -0.2rem #d2e8fb, 0 0.2rem #343a40; }
.aalink:focus:hover,
.aalink:focus:hover, a.autolink:focus:hover,
#page-footer a:not([class]):focus:hover,
.arrow_link:focus:hover,
a:not([class]):focus:hover,
+2 -2
View File
@@ -9935,7 +9935,7 @@ a.dimmed_text:visited,
.dimmed_category a {
color: #6a737b; }
.aalink.focus, .aalink:focus,
.aalink.focus, a.focus.autolink, .aalink:focus, a.autolink:focus,
#page-footer a:not([class]).focus,
#page-footer a:not([class]):focus,
.arrow_link.focus,
@@ -9949,7 +9949,7 @@ a:not([class]):focus,
background-color: #d2e8fb;
box-shadow: 0 -0.2rem #d2e8fb, 0 0.2rem #343a40; }
.aalink:focus:hover,
.aalink:focus:hover, a.autolink:focus:hover,
#page-footer a:not([class]):focus:hover,
.arrow_link:focus:hover,
a:not([class]):focus:hover,