mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 16:24:08 -04:00
Fix focus style on 'show more' links
This commit is contained in:
@@ -10,15 +10,14 @@
|
|||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
|
|
||||||
outline: none;
|
border-color: transparent;
|
||||||
color: $text-colour;
|
/* override default focus style to increase top yellow box-shadow */
|
||||||
box-shadow: 0 -10px 0 0 $yellow;
|
box-shadow: 0 -15px $govuk-focus-colour, 0 4px $govuk-focus-text-colour;
|
||||||
border-color: $yellow;
|
|
||||||
|
|
||||||
span {
|
span {
|
||||||
background: $yellow;
|
|
||||||
outline: none;
|
outline: none;
|
||||||
border-color: $text-colour;
|
border-color: transparent;
|
||||||
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user