ds4/scss/global/_accessibility.scss

16 lines
255 B
SCSS

/*
* SPDX-FileCopyrightText: 2021 Johannes Loher
* SPDX-FileCopyrightText: 2021 Oliver Rümpelein
*
* SPDX-License-Identifier: MIT
*/
.ds4-hidden {
display: none;
}
// This is needed for higher specifity
form .ds4-hidden {
display: none;
}