mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-12 17:34:16 -04:00
Fix hidden trial mode link
This link wasn’t styled, therefore it had, by default, the same colour as its background (blue). This commit explicitly sets it to be white, so it is visible against its background.
This commit is contained in:
@@ -71,7 +71,27 @@
|
||||
}
|
||||
|
||||
&-action {
|
||||
|
||||
display: block;
|
||||
text-align: right;
|
||||
float: right;
|
||||
|
||||
&:link,
|
||||
&:visited {
|
||||
color: $white;
|
||||
}
|
||||
|
||||
&:hover,
|
||||
&:active {
|
||||
color: $light-blue-25;
|
||||
}
|
||||
|
||||
&:active,
|
||||
&:focus {
|
||||
background-color: $yellow;
|
||||
color: $govuk-blue;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user