|
@@ -758,15 +758,25 @@ a {
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
|
|
|
|
-a:hover {
|
|
|
|
|
|
+a:hover, a:focus {
|
|
color: var(--global--color-primary-hover);
|
|
color: var(--global--color-primary-hover);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+a:active {
|
|
|
|
+ color: var(--global--color-primary);
|
|
|
|
+}
|
|
|
|
+
|
|
button,
|
|
button,
|
|
a {
|
|
a {
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+*:focus {
|
|
|
|
+ outline-width: 1px;
|
|
|
|
+ outline-style: dotted;
|
|
|
|
+ outline-color: var(--global--color-secondary);
|
|
|
|
+}
|
|
|
|
+
|
|
/* Text meant only for screen readers. */
|
|
/* Text meant only for screen readers. */
|
|
.screen-reader-text {
|
|
.screen-reader-text {
|
|
border: 0;
|
|
border: 0;
|