@awsui/components-react
Version:
On July 19th, 2022, we launched [Cloudscape Design System](https://cloudscape.design). Cloudscape is an evolution of AWS-UI. It consists of user interface guidelines, front-end components, design resources, and development tools for building intuitive, en
19 lines (18 loc) • 741 B
CSS
/*
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0
*/
/*
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0
*/
.awsui_variant-normal_1a743_4ccmx_9.awsui_pressed_1a743_4ccmx_9:not(#\9) {
background: var(--color-background-toggle-button-normal-pressed-dc1nqz, #eaeded);
border-color: var(--color-border-toggle-button-normal-pressed-c5n6wh, #545b64);
color: var(--color-text-toggle-button-normal-pressed-mmq27n, #16191f);
}
.awsui_variant-icon_1a743_4ccmx_15.awsui_pressed_1a743_4ccmx_9:not(#\9) {
background: transparent;
border-color: transparent;
color: var(--color-text-toggle-button-icon-pressed-31hcbc, #16191f);
}