Skip to content
Snippets Groups Projects
Commit 18aa318d authored by khawkins98's avatar khawkins98
Browse files

Cleanup and optimise

parent 3d9d12a7
No related branches found
No related tags found
No related merge requests found
......@@ -3,15 +3,13 @@
// Generic rules for global and local mastheads
// GLOBAL MASTHEAD
#local-title a,
nav a,
nav a:hover { border-bottom: none; }
#local-title a { border-bottom: none; }
.masthead {
// underline links in the textual area of the local masthead
#local-title .columns {
a { border-bottom: 1px dotted rgb(255,255,255); }
a.button { border-bottom: none; }
a.button,
a:hover { border-bottom: none; }
}
}
......@@ -42,15 +40,10 @@
.masthead-black-bar {
background-color: $ebi-colour-dark;
&,
a,
a:hover,
ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus,
ul.menu li.active a,
ul.menu li.active-trail a {
a:hover {
color: white;
border-bottom: none;
}
ul.menu li.active a,
......@@ -216,6 +209,9 @@
a, a:hover, a:active, a:visited {
color: #fff;
}
ul li a {
border-bottom: 0;
}
ul li.is-active a,
ul li a:hover,
nav ul li a.hover,
......
......@@ -36,7 +36,7 @@
line-height: 12px;
}
.button.hover,
.button:hover { background-color: #888; }
.button:hover { background-color: transparent; }
.button[aria-expanded="false"]::after {
content: '';
display: block;
......
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