mirror of
https://github.com/status-im/consul.git
synced 2025-02-09 04:14:50 +00:00
13 lines
251 B
SCSS
13 lines
251 B
SCSS
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
*/
|
|
|
|
%display-toggle-siblings,
|
|
%display-toggle-siblings ~ *:not(.animating):not(label) {
|
|
display: none;
|
|
}
|
|
%display-toggle-siblings:checked ~ *:not(label) {
|
|
display: block;
|
|
}
|