mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 22:53:12 -04:00
Fix hover colour for ‘Switch service’ link
This commit is contained in:
@@ -23,6 +23,10 @@
|
|||||||
right: 0;
|
right: 0;
|
||||||
padding: 13px 0 9px 15px;
|
padding: 13px 0 9px 15px;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
color: $link-hover-colour;
|
||||||
|
}
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
border-bottom: 4px solid $yellow;
|
border-bottom: 4px solid $yellow;
|
||||||
|
|||||||
Reference in New Issue
Block a user