mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-11 23:53:52 -05:00
Add js-hidden class to globals.scss
It's used by the conditional content pattern from GOV.UK Elements (which uses JS from the GOV.UK Frontend Toolkit).
This commit is contained in:
@@ -12,6 +12,10 @@ abbr[title] {
|
|||||||
cursor: help;
|
cursor: help;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.js-enabled .js-hidden {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
// To be removed when all search inputs use the GOV.UK Frontend text input component:
|
// To be removed when all search inputs use the GOV.UK Frontend text input component:
|
||||||
// https://design-system.service.gov.uk/components/text-input/
|
// https://design-system.service.gov.uk/components/text-input/
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user