Fix :visited/:active/:hover
This commit is contained in:
+6
-6
@@ -70,9 +70,9 @@ body {
|
||||
}
|
||||
|
||||
a,
|
||||
a.visited,
|
||||
a.focus,
|
||||
a.active {
|
||||
a:visited,
|
||||
a:focus,
|
||||
a:active {
|
||||
color: inherit;
|
||||
text-decoration: inherit;
|
||||
}
|
||||
@@ -84,9 +84,9 @@ button {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
button.focus,
|
||||
button.active,
|
||||
button.visited {
|
||||
button:focus,
|
||||
button:active,
|
||||
button:visited {
|
||||
background: $theme-button-background-active;
|
||||
color: $theme-button-color-active;
|
||||
border: 0;
|
||||
|
||||
Reference in New Issue
Block a user