mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 07:18:26 -04:00
Rewrite comment on part of the focus style
The original comment doesn't describe what the code does. Raised in this comment on the associated pull request: https://github.com/alphagov/notifications-admin/pull/3996#discussion_r692093945
This commit is contained in:
@@ -108,7 +108,7 @@ $zoom-button-hover-colour: govuk-shade($zoom-button-colour, 10%);
|
|||||||
height: 2px;
|
height: 2px;
|
||||||
background: $govuk-focus-text-colour;
|
background: $govuk-focus-text-colour;
|
||||||
|
|
||||||
// hide for focus:hover state
|
// hide in forced-color mode, where the normal focus state the divider is part of does not show
|
||||||
@media (forced-colors: active) {
|
@media (forced-colors: active) {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user