Skip to content
Snippets Groups Projects
Commit 0d2f9b37 authored by khawkins's avatar khawkins
Browse files

Support .button.hover in themese

parent e8dcca38
No related branches found
No related tags found
No related merge requests found
......@@ -760,6 +760,7 @@ code { font-size: .95rem; }
}
/* related / popular */
// Todo: This should be a mixin...
.related {
background: $ebi-colour-dark;
margin-top: 4.25rem;
......
......@@ -33,6 +33,7 @@ a.tag:hover { color: #fff; }
.tabs-title > a:hover,
.button.primary:hover,
.button.primary:focus,
.button.hover,
.button:hover,
.button:focus,
.button:active { background: rgba(0,134,180,.9); }
......
......@@ -33,6 +33,7 @@ a.tag:hover { color: #fff; }
.tabs-title > a:hover,
.button.primary:hover,
.button.primary:focus,
.button.hover,
.button:hover,
.button:focus,
.button:active { background: rgba(109,171,73,.9); }
......
......@@ -33,6 +33,7 @@ a.tag:hover { color: #fff; }
.tabs-title > a:hover,
.button.primary:hover,
.button.primary:focus,
.button.hover,
.button:hover,
.button:focus,
.button:active { background: rgba(233,180,0,.9); }
......
......@@ -33,6 +33,7 @@ a.tag:hover { color: #fff; }
.tabs-title > a:hover,
.button.primary:hover,
.button.primary:focus,
.button.hover,
.button:hover,
.button:focus,
.button:active { background: rgba(0,124,130,.9); }
......
......@@ -33,6 +33,7 @@ a.tag:hover { color: #fff; }
.tabs-title > a:hover,
.button.primary:hover,
.button.primary:focus,
.button.hover,
.button:hover,
.button:focus,
.button:active { background: rgba(116,179,96,.9); }
......
......@@ -34,6 +34,7 @@ a.tag:hover { color: #fff; }
.tabs-title > a:hover,
.button.primary:hover,
.button.primary:focus,
.button.hover,
.button:hover,
.button:focus,
.button:active { background: rgba(0,124,130,.9); }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment