ds4/scss/global/_accessibility.scss

16 lines
251 B
SCSS
Raw Normal View History

2021-06-26 22:02:00 +02:00
/*
* SPDX-FileCopyrightText: 2021 Johannes Loher
* SPDX-FileCopyrightText: 2021 Oliver Rümpelein
*
* SPDX-License-Identifier: MIT
*/
2022-01-21 03:22:17 +01:00
.ds4-hidden {
2023-07-10 22:23:13 +02:00
display: none;
2021-01-16 15:16:40 +01:00
}
2022-05-13 19:12:28 +02:00
// This is needed for higher specifity
form .ds4-hidden {
2023-07-10 22:23:13 +02:00
display: none;
2022-05-13 19:12:28 +02:00
}