/** * Copyright (c) HashiCorp, Inc. * SPDX-License-Identifier: BUSL-1.1 */ %display-toggle-siblings, %display-toggle-siblings ~ *:not(.animating):not(label) { display: none; } %display-toggle-siblings:checked ~ *:not(label) { display: block; }