@db-ux/core-components 1.0.0-test-13b991d
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +107 -0
- package/build/assets/fonts/OFL.txt +93 -0
- package/build/assets/fonts/OpenSans-Bold-EU.woff2 +0 -0
- package/build/assets/fonts/OpenSans-Bold.ttf +0 -0
- package/build/assets/fonts/OpenSans-ExtraBold-EU.woff2 +0 -0
- package/build/assets/fonts/OpenSans-ExtraBold.ttf +0 -0
- package/build/assets/fonts/OpenSans-Light-EU.woff2 +0 -0
- package/build/assets/fonts/OpenSans-Light.ttf +0 -0
- package/build/assets/fonts/OpenSans-Medium-EU.woff2 +0 -0
- package/build/assets/fonts/OpenSans-Medium.ttf +0 -0
- package/build/assets/fonts/OpenSans-Regular-EU.woff2 +0 -0
- package/build/assets/fonts/OpenSans-Regular.ttf +0 -0
- package/build/assets/fonts/OpenSans-SemiBold-EU.woff2 +0 -0
- package/build/assets/fonts/OpenSans-SemiBold.ttf +0 -0
- package/build/assets/fonts/README.md +23 -0
- package/build/assets/fonts/generate-eu-fonts.ts +46 -0
- package/build/assets/fonts/unicode-eu.txt +14 -0
- package/build/assets/icons/DB_LICENSE +253 -0
- package/build/assets/icons/LICENCES.json +153 -0
- package/build/assets/icons/arrow_down.svg +1 -0
- package/build/assets/icons/arrow_left.svg +1 -0
- package/build/assets/icons/arrow_right.svg +1 -0
- package/build/assets/icons/arrow_up.svg +1 -0
- package/build/assets/icons/arrow_up_right.svg +1 -0
- package/build/assets/icons/brand.svg +1 -0
- package/build/assets/icons/calendar.svg +5 -0
- package/build/assets/icons/check-circle.svg +1 -0
- package/build/assets/icons/check.svg +1 -0
- package/build/assets/icons/check_circle.svg +1 -0
- package/build/assets/icons/chevron_down.svg +1 -0
- package/build/assets/icons/chevron_left.svg +1 -0
- package/build/assets/icons/chevron_right.svg +1 -0
- package/build/assets/icons/chevron_up.svg +1 -0
- package/build/assets/icons/circle.svg +1 -0
- package/build/assets/icons/clock.svg +1 -0
- package/build/assets/icons/cross.svg +1 -0
- package/build/assets/icons/cross_circle.svg +1 -0
- package/build/assets/icons/exclamation_mark_circle.svg +1 -0
- package/build/assets/icons/exclamation_mark_triangle.svg +1 -0
- package/build/assets/icons/fonts/all/db-ux.woff2 +0 -0
- package/build/assets/icons/fonts/default/db-ux.woff2 +0 -0
- package/build/assets/icons/fonts/default_12/db-ux.woff2 +0 -0
- package/build/assets/icons/fonts/default_14/db-ux.woff2 +0 -0
- package/build/assets/icons/fonts/default_16/db-ux.woff2 +0 -0
- package/build/assets/icons/fonts/default_20/db-ux.woff2 +0 -0
- package/build/assets/icons/fonts/default_24/db-ux.woff2 +0 -0
- package/build/assets/icons/fonts/default_28/db-ux.woff2 +0 -0
- package/build/assets/icons/fonts/default_32/db-ux.woff2 +0 -0
- package/build/assets/icons/fonts/default_48/db-ux.woff2 +0 -0
- package/build/assets/icons/fonts/default_64/db-ux.woff2 +0 -0
- package/build/assets/icons/fonts/filled/db-ux.woff2 +0 -0
- package/build/assets/icons/fonts/filled_12/db-ux.woff2 +0 -0
- package/build/assets/icons/fonts/filled_14/db-ux.woff2 +0 -0
- package/build/assets/icons/fonts/filled_16/db-ux.woff2 +0 -0
- package/build/assets/icons/fonts/filled_20/db-ux.woff2 +0 -0
- package/build/assets/icons/fonts/filled_24/db-ux.woff2 +0 -0
- package/build/assets/icons/fonts/filled_28/db-ux.woff2 +0 -0
- package/build/assets/icons/fonts/filled_32/db-ux.woff2 +0 -0
- package/build/assets/icons/fonts/filled_48/db-ux.woff2 +0 -0
- package/build/assets/icons/fonts/filled_64/db-ux.woff2 +0 -0
- package/build/assets/icons/information_circle.svg +1 -0
- package/build/assets/icons/magnifying_glass.svg +1 -0
- package/build/assets/icons/menu.svg +1 -0
- package/build/assets/icons/minus.svg +1 -0
- package/build/assets/icons/plus.svg +1 -0
- package/build/assets/icons/resize_handle_corner.svg +1 -0
- package/build/assets/icons/x_placeholder.svg +1 -0
- package/build/components/accordion/accordion.css +78 -0
- package/build/components/accordion/accordion.scss +62 -0
- package/build/components/accordion-item/accordion-item.css +239 -0
- package/build/components/accordion-item/accordion-item.scss +73 -0
- package/build/components/badge/badge.css +253 -0
- package/build/components/badge/badge.scss +107 -0
- package/build/components/brand/brand.css +42 -0
- package/build/components/brand/brand.scss +32 -0
- package/build/components/button/button.css +165 -0
- package/build/components/button/button.scss +123 -0
- package/build/components/card/card.css +115 -0
- package/build/components/card/card.scss +56 -0
- package/build/components/checkbox/checkbox.css +476 -0
- package/build/components/checkbox/checkbox.scss +80 -0
- package/build/components/divider/divider.css +84 -0
- package/build/components/divider/divider.scss +56 -0
- package/build/components/drawer/drawer.css +303 -0
- package/build/components/drawer/drawer.scss +228 -0
- package/build/components/header/header.css +697 -0
- package/build/components/header/header.scss +246 -0
- package/build/components/icon/icon.css +24 -0
- package/build/components/icon/icon.scss +14 -0
- package/build/components/infotext/infotext.css +152 -0
- package/build/components/infotext/infotext.scss +54 -0
- package/build/components/input/input.css +712 -0
- package/build/components/input/input.scss +147 -0
- package/build/components/link/link.css +257 -0
- package/build/components/link/link.scss +60 -0
- package/build/components/navigation/navigation.css +218 -0
- package/build/components/navigation/navigation.scss +117 -0
- package/build/components/navigation-item/navigation-item.css +482 -0
- package/build/components/navigation-item/navigation-item.scss +310 -0
- package/build/components/notification/notification-grid-default.css +1 -0
- package/build/components/notification/notification-grid-default.scss +52 -0
- package/build/components/notification/notification-grid-non-overlay.css +1 -0
- package/build/components/notification/notification-grid-non-overlay.scss +66 -0
- package/build/components/notification/notification-grid-overlay.css +1 -0
- package/build/components/notification/notification-grid-overlay.scss +55 -0
- package/build/components/notification/notification.css +1173 -0
- package/build/components/notification/notification.scss +216 -0
- package/build/components/page/page.css +49 -0
- package/build/components/page/page.scss +52 -0
- package/build/components/popover/popover.css +291 -0
- package/build/components/popover/popover.scss +26 -0
- package/build/components/radio/radio.css +390 -0
- package/build/components/radio/radio.scss +49 -0
- package/build/components/section/section.css +38 -0
- package/build/components/section/section.scss +51 -0
- package/build/components/select/select.css +651 -0
- package/build/components/select/select.scss +83 -0
- package/build/components/stack/stack-web-component.css +93 -0
- package/build/components/stack/stack-web-component.scss +1 -0
- package/build/components/stack/stack.css +93 -0
- package/build/components/stack/stack.scss +5 -0
- package/build/components/switch/switch.css +901 -0
- package/build/components/switch/switch.scss +233 -0
- package/build/components/tab-item/tab-item.css +160 -0
- package/build/components/tab-item/tab-item.scss +135 -0
- package/build/components/tab-list/tab-list.css +202 -0
- package/build/components/tab-list/tab-list.scss +18 -0
- package/build/components/tab-panel/tab-panel.css +10 -0
- package/build/components/tab-panel/tab-panel.scss +5 -0
- package/build/components/tabs/tabs.css +358 -0
- package/build/components/tabs/tabs.scss +361 -0
- package/build/components/tag/tag.css +1544 -0
- package/build/components/tag/tag.scss +236 -0
- package/build/components/textarea/textarea.css +546 -0
- package/build/components/textarea/textarea.scss +86 -0
- package/build/components/tooltip/tooltip.css +346 -0
- package/build/components/tooltip/tooltip.scss +137 -0
- package/build/styles/absolute.css +1559 -0
- package/build/styles/absolute.scss +5 -0
- package/build/styles/component-animations.css +1 -0
- package/build/styles/component-animations.scss +17 -0
- package/build/styles/dialog-init.css +1 -0
- package/build/styles/dialog-init.scss +57 -0
- package/build/styles/index.css +615 -0
- package/build/styles/index.scss +32 -0
- package/build/styles/internal/_button-components.scss +8 -0
- package/build/styles/internal/_component.scss +79 -0
- package/build/styles/internal/_custom-elements.scss +7 -0
- package/build/styles/internal/_db-puls.scss +83 -0
- package/build/styles/internal/_form-components.scss +516 -0
- package/build/styles/internal/_icon-passing.scss +26 -0
- package/build/styles/internal/_link-components.scss +62 -0
- package/build/styles/internal/_popover-component.scss +213 -0
- package/build/styles/internal/_scrollbar.scss +93 -0
- package/build/styles/internal/_stack-components.scss +104 -0
- package/build/styles/internal/_tag-components.scss +234 -0
- package/build/styles/relative.css +1559 -0
- package/build/styles/relative.scss +15 -0
- package/build/styles/rollup.css +1559 -0
- package/build/styles/rollup.scss +5 -0
- package/build/styles/visually-hidden.css +1 -0
- package/build/styles/visually-hidden.scss +6 -0
- package/build/styles/wc-workarounds.css +1 -0
- package/build/styles/wc-workarounds.scss +12 -0
- package/build/styles/webpack.css +1559 -0
- package/build/styles/webpack.scss +5 -0
- package/package.json +62 -0
|
@@ -0,0 +1,1544 @@
|
|
|
1
|
+
/* Use sizing's for fixed heights/widths e.g. the db-button has always a fixed height */
|
|
2
|
+
/* Use fixed spacings for all kind of distances (margin, padding, ...) */
|
|
3
|
+
/* The primary use-case for responsive spacings are
|
|
4
|
+
paddings/gaps in an application e.g. the <main> should have a responsive padding. */
|
|
5
|
+
/* Elevation */
|
|
6
|
+
/* Border */
|
|
7
|
+
/* Transitions */
|
|
8
|
+
.db-tag label, .db-tag a {
|
|
9
|
+
transition: outline var(--db-transition-duration-extra-fast), border-color var(--db-transition-straight-emotional), background-color var(--db-transition-straight-emotional);
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
@keyframes show-right-to-left {
|
|
13
|
+
from {
|
|
14
|
+
transform: translateX(110%);
|
|
15
|
+
}
|
|
16
|
+
to {
|
|
17
|
+
transform: translateX(0%);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
@keyframes hide-right-to-left {
|
|
21
|
+
from {
|
|
22
|
+
transform: translateX(0%);
|
|
23
|
+
}
|
|
24
|
+
to {
|
|
25
|
+
transform: translateX(110%);
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
@keyframes show-left-to-right {
|
|
29
|
+
from {
|
|
30
|
+
transform: translateX(-110%);
|
|
31
|
+
}
|
|
32
|
+
to {
|
|
33
|
+
transform: translateX(0%);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
@keyframes hide-left-to-right {
|
|
37
|
+
from {
|
|
38
|
+
transform: translateX(0%);
|
|
39
|
+
}
|
|
40
|
+
to {
|
|
41
|
+
transform: translateX(-110%);
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
@keyframes show-bottom-to-top {
|
|
45
|
+
from {
|
|
46
|
+
transform: translateY(110%);
|
|
47
|
+
}
|
|
48
|
+
to {
|
|
49
|
+
transform: translateY(0%);
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
@keyframes hide-bottom-to-top {
|
|
53
|
+
from {
|
|
54
|
+
transform: translateY(0%);
|
|
55
|
+
}
|
|
56
|
+
to {
|
|
57
|
+
transform: translateY(110%);
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
@keyframes show-top-to-bottom {
|
|
61
|
+
from {
|
|
62
|
+
transform: translateY(-110%);
|
|
63
|
+
}
|
|
64
|
+
to {
|
|
65
|
+
transform: translateY(0%);
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
@keyframes hide-top-to-bottom {
|
|
69
|
+
from {
|
|
70
|
+
transform: translateY(0%);
|
|
71
|
+
}
|
|
72
|
+
to {
|
|
73
|
+
transform: translateY(-110%);
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
@keyframes accordion-open {
|
|
77
|
+
0% {
|
|
78
|
+
opacity: 0;
|
|
79
|
+
transform: translateY(-10%);
|
|
80
|
+
}
|
|
81
|
+
100% {
|
|
82
|
+
opacity: 1;
|
|
83
|
+
transform: translateY(0%);
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
@keyframes popover-animation {
|
|
87
|
+
0% {
|
|
88
|
+
opacity: 0;
|
|
89
|
+
transform: translate(var(--db-popover-center-x, var(--db-popover-translate-x, 0%)), var(--db-popover-center-y, var(--db-popover-translate-y, 0%)));
|
|
90
|
+
}
|
|
91
|
+
100% {
|
|
92
|
+
opacity: 1;
|
|
93
|
+
transform: translate(var(--db-popover-center-x, 0%), var(--db-popover-center-y, 0%));
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
/**
|
|
97
|
+
Generates 3 types of placeholders, e.g:
|
|
98
|
+
- %db-component-variables-md
|
|
99
|
+
- %db-font-size-md
|
|
100
|
+
- %db-overwrite-font-size-md
|
|
101
|
+
*/
|
|
102
|
+
.db-tag, .db-tag button,
|
|
103
|
+
.db-tag a,
|
|
104
|
+
.db-tag label {
|
|
105
|
+
/* Those variables are only for components to calculate heights and change icons */
|
|
106
|
+
--db-icon-font-weight: var(--db-base-body-icon-weight-sm);
|
|
107
|
+
--db-icon-font-size: var(--db-base-body-icon-font-size-sm);
|
|
108
|
+
--db-base-line-height: var(--db-type-body-line-height-sm);
|
|
109
|
+
--db-base-font-size: var(--db-type-body-font-size-sm);
|
|
110
|
+
line-height: var(--db-type-body-line-height-sm);
|
|
111
|
+
font-size: var(--db-type-body-font-size-sm);
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
/* Variants for adaptive components like input, select, notification, ... */
|
|
115
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-semantic=neutral] {
|
|
116
|
+
--db-adaptive-bg-basic-level-1-default: var(
|
|
117
|
+
--db-neutral-bg-basic-level-1-default
|
|
118
|
+
);
|
|
119
|
+
--db-adaptive-bg-basic-level-1-hovered: var(
|
|
120
|
+
--db-neutral-bg-basic-level-1-hovered
|
|
121
|
+
);
|
|
122
|
+
--db-adaptive-bg-basic-level-1-pressed: var(
|
|
123
|
+
--db-neutral-bg-basic-level-1-pressed
|
|
124
|
+
);
|
|
125
|
+
--db-adaptive-bg-basic-level-2-default: var(
|
|
126
|
+
--db-neutral-bg-basic-level-2-default
|
|
127
|
+
);
|
|
128
|
+
--db-adaptive-bg-basic-level-2-hovered: var(
|
|
129
|
+
--db-neutral-bg-basic-level-2-hovered
|
|
130
|
+
);
|
|
131
|
+
--db-adaptive-bg-basic-level-2-pressed: var(
|
|
132
|
+
--db-neutral-bg-basic-level-2-pressed
|
|
133
|
+
);
|
|
134
|
+
--db-adaptive-bg-basic-level-3-default: var(
|
|
135
|
+
--db-neutral-bg-basic-level-3-default
|
|
136
|
+
);
|
|
137
|
+
--db-adaptive-bg-basic-level-3-hovered: var(
|
|
138
|
+
--db-neutral-bg-basic-level-3-hovered
|
|
139
|
+
);
|
|
140
|
+
--db-adaptive-bg-basic-level-3-pressed: var(
|
|
141
|
+
--db-neutral-bg-basic-level-3-pressed
|
|
142
|
+
);
|
|
143
|
+
--db-adaptive-bg-basic-transparent-full-default: var(
|
|
144
|
+
--db-neutral-bg-basic-transparent-full-default
|
|
145
|
+
);
|
|
146
|
+
--db-adaptive-bg-basic-transparent-semi-default: var(
|
|
147
|
+
--db-neutral-bg-basic-transparent-semi-default
|
|
148
|
+
);
|
|
149
|
+
--db-adaptive-bg-basic-transparent-hovered: var(
|
|
150
|
+
--db-neutral-bg-basic-transparent-hovered
|
|
151
|
+
);
|
|
152
|
+
--db-adaptive-bg-basic-transparent-pressed: var(
|
|
153
|
+
--db-neutral-bg-basic-transparent-pressed
|
|
154
|
+
);
|
|
155
|
+
--db-adaptive-on-bg-basic-emphasis-100-default: var(
|
|
156
|
+
--db-neutral-on-bg-basic-emphasis-100-default
|
|
157
|
+
);
|
|
158
|
+
--db-adaptive-on-bg-basic-emphasis-100-hovered: var(
|
|
159
|
+
--db-neutral-on-bg-basic-emphasis-100-hovered
|
|
160
|
+
);
|
|
161
|
+
--db-adaptive-on-bg-basic-emphasis-100-pressed: var(
|
|
162
|
+
--db-neutral-on-bg-basic-emphasis-100-pressed
|
|
163
|
+
);
|
|
164
|
+
--db-adaptive-on-bg-basic-emphasis-90-default: var(
|
|
165
|
+
--db-neutral-on-bg-basic-emphasis-90-default
|
|
166
|
+
);
|
|
167
|
+
--db-adaptive-on-bg-basic-emphasis-90-hovered: var(
|
|
168
|
+
--db-neutral-on-bg-basic-emphasis-90-hovered
|
|
169
|
+
);
|
|
170
|
+
--db-adaptive-on-bg-basic-emphasis-90-pressed: var(
|
|
171
|
+
--db-neutral-on-bg-basic-emphasis-90-pressed
|
|
172
|
+
);
|
|
173
|
+
--db-adaptive-on-bg-basic-emphasis-80-default: var(
|
|
174
|
+
--db-neutral-on-bg-basic-emphasis-80-default
|
|
175
|
+
);
|
|
176
|
+
--db-adaptive-on-bg-basic-emphasis-80-hovered: var(
|
|
177
|
+
--db-neutral-on-bg-basic-emphasis-80-hovered
|
|
178
|
+
);
|
|
179
|
+
--db-adaptive-on-bg-basic-emphasis-80-pressed: var(
|
|
180
|
+
--db-neutral-on-bg-basic-emphasis-80-pressed
|
|
181
|
+
);
|
|
182
|
+
--db-adaptive-on-bg-basic-emphasis-70-default: var(
|
|
183
|
+
--db-neutral-on-bg-basic-emphasis-70-default
|
|
184
|
+
);
|
|
185
|
+
--db-adaptive-on-bg-basic-emphasis-70-hovered: var(
|
|
186
|
+
--db-neutral-on-bg-basic-emphasis-70-hovered
|
|
187
|
+
);
|
|
188
|
+
--db-adaptive-on-bg-basic-emphasis-70-pressed: var(
|
|
189
|
+
--db-neutral-on-bg-basic-emphasis-70-pressed
|
|
190
|
+
);
|
|
191
|
+
--db-adaptive-on-bg-basic-emphasis-60-default: var(
|
|
192
|
+
--db-neutral-on-bg-basic-emphasis-60-default
|
|
193
|
+
);
|
|
194
|
+
--db-adaptive-on-bg-basic-emphasis-60-hovered: var(
|
|
195
|
+
--db-neutral-on-bg-basic-emphasis-60-hovered
|
|
196
|
+
);
|
|
197
|
+
--db-adaptive-on-bg-basic-emphasis-60-pressed: var(
|
|
198
|
+
--db-neutral-on-bg-basic-emphasis-60-pressed
|
|
199
|
+
);
|
|
200
|
+
--db-adaptive-on-bg-basic-emphasis-50-default: var(
|
|
201
|
+
--db-neutral-on-bg-basic-emphasis-50-default
|
|
202
|
+
);
|
|
203
|
+
--db-adaptive-on-bg-basic-emphasis-50-hovered: var(
|
|
204
|
+
--db-neutral-on-bg-basic-emphasis-50-hovered
|
|
205
|
+
);
|
|
206
|
+
--db-adaptive-on-bg-basic-emphasis-50-pressed: var(
|
|
207
|
+
--db-neutral-on-bg-basic-emphasis-50-pressed
|
|
208
|
+
);
|
|
209
|
+
--db-adaptive-bg-inverted-contrast-max-default: var(
|
|
210
|
+
--db-neutral-bg-inverted-contrast-max-default
|
|
211
|
+
);
|
|
212
|
+
--db-adaptive-bg-inverted-contrast-max-hovered: var(
|
|
213
|
+
--db-neutral-bg-inverted-contrast-max-hovered
|
|
214
|
+
);
|
|
215
|
+
--db-adaptive-bg-inverted-contrast-max-pressed: var(
|
|
216
|
+
--db-neutral-bg-inverted-contrast-max-pressed
|
|
217
|
+
);
|
|
218
|
+
--db-adaptive-bg-inverted-contrast-high-default: var(
|
|
219
|
+
--db-neutral-bg-inverted-contrast-high-default
|
|
220
|
+
);
|
|
221
|
+
--db-adaptive-bg-inverted-contrast-high-hovered: var(
|
|
222
|
+
--db-neutral-bg-inverted-contrast-high-hovered
|
|
223
|
+
);
|
|
224
|
+
--db-adaptive-bg-inverted-contrast-high-pressed: var(
|
|
225
|
+
--db-neutral-bg-inverted-contrast-high-pressed
|
|
226
|
+
);
|
|
227
|
+
--db-adaptive-bg-inverted-contrast-low-default: var(
|
|
228
|
+
--db-neutral-bg-inverted-contrast-low-default
|
|
229
|
+
);
|
|
230
|
+
--db-adaptive-bg-inverted-contrast-low-hovered: var(
|
|
231
|
+
--db-neutral-bg-inverted-contrast-low-hovered
|
|
232
|
+
);
|
|
233
|
+
--db-adaptive-bg-inverted-contrast-low-pressed: var(
|
|
234
|
+
--db-neutral-bg-inverted-contrast-low-pressed
|
|
235
|
+
);
|
|
236
|
+
--db-adaptive-on-bg-inverted-default: var(
|
|
237
|
+
--db-neutral-on-bg-inverted-default
|
|
238
|
+
);
|
|
239
|
+
--db-adaptive-on-bg-inverted-hovered: var(
|
|
240
|
+
--db-neutral-on-bg-inverted-hovered
|
|
241
|
+
);
|
|
242
|
+
--db-adaptive-on-bg-inverted-pressed: var(
|
|
243
|
+
--db-neutral-on-bg-inverted-pressed
|
|
244
|
+
);
|
|
245
|
+
--db-adaptive-origin-default: var(--db-neutral-origin-default);
|
|
246
|
+
--db-adaptive-origin-hovered: var(--db-neutral-origin-hovered);
|
|
247
|
+
--db-adaptive-origin-pressed: var(--db-neutral-origin-pressed);
|
|
248
|
+
--db-adaptive-on-origin-default: var(
|
|
249
|
+
--db-neutral-on-origin-default
|
|
250
|
+
);
|
|
251
|
+
--db-adaptive-on-origin-hovered: var(
|
|
252
|
+
--db-neutral-on-origin-hovered
|
|
253
|
+
);
|
|
254
|
+
--db-adaptive-on-origin-pressed: var(
|
|
255
|
+
--db-neutral-on-origin-pressed
|
|
256
|
+
);
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-semantic=critical] {
|
|
260
|
+
--db-adaptive-bg-basic-level-1-default: var(
|
|
261
|
+
--db-critical-bg-basic-level-1-default
|
|
262
|
+
);
|
|
263
|
+
--db-adaptive-bg-basic-level-1-hovered: var(
|
|
264
|
+
--db-critical-bg-basic-level-1-hovered
|
|
265
|
+
);
|
|
266
|
+
--db-adaptive-bg-basic-level-1-pressed: var(
|
|
267
|
+
--db-critical-bg-basic-level-1-pressed
|
|
268
|
+
);
|
|
269
|
+
--db-adaptive-bg-basic-level-2-default: var(
|
|
270
|
+
--db-critical-bg-basic-level-2-default
|
|
271
|
+
);
|
|
272
|
+
--db-adaptive-bg-basic-level-2-hovered: var(
|
|
273
|
+
--db-critical-bg-basic-level-2-hovered
|
|
274
|
+
);
|
|
275
|
+
--db-adaptive-bg-basic-level-2-pressed: var(
|
|
276
|
+
--db-critical-bg-basic-level-2-pressed
|
|
277
|
+
);
|
|
278
|
+
--db-adaptive-bg-basic-level-3-default: var(
|
|
279
|
+
--db-critical-bg-basic-level-3-default
|
|
280
|
+
);
|
|
281
|
+
--db-adaptive-bg-basic-level-3-hovered: var(
|
|
282
|
+
--db-critical-bg-basic-level-3-hovered
|
|
283
|
+
);
|
|
284
|
+
--db-adaptive-bg-basic-level-3-pressed: var(
|
|
285
|
+
--db-critical-bg-basic-level-3-pressed
|
|
286
|
+
);
|
|
287
|
+
--db-adaptive-bg-basic-transparent-full-default: var(
|
|
288
|
+
--db-critical-bg-basic-transparent-full-default
|
|
289
|
+
);
|
|
290
|
+
--db-adaptive-bg-basic-transparent-semi-default: var(
|
|
291
|
+
--db-critical-bg-basic-transparent-semi-default
|
|
292
|
+
);
|
|
293
|
+
--db-adaptive-bg-basic-transparent-hovered: var(
|
|
294
|
+
--db-critical-bg-basic-transparent-hovered
|
|
295
|
+
);
|
|
296
|
+
--db-adaptive-bg-basic-transparent-pressed: var(
|
|
297
|
+
--db-critical-bg-basic-transparent-pressed
|
|
298
|
+
);
|
|
299
|
+
--db-adaptive-on-bg-basic-emphasis-100-default: var(
|
|
300
|
+
--db-critical-on-bg-basic-emphasis-100-default
|
|
301
|
+
);
|
|
302
|
+
--db-adaptive-on-bg-basic-emphasis-100-hovered: var(
|
|
303
|
+
--db-critical-on-bg-basic-emphasis-100-hovered
|
|
304
|
+
);
|
|
305
|
+
--db-adaptive-on-bg-basic-emphasis-100-pressed: var(
|
|
306
|
+
--db-critical-on-bg-basic-emphasis-100-pressed
|
|
307
|
+
);
|
|
308
|
+
--db-adaptive-on-bg-basic-emphasis-90-default: var(
|
|
309
|
+
--db-critical-on-bg-basic-emphasis-90-default
|
|
310
|
+
);
|
|
311
|
+
--db-adaptive-on-bg-basic-emphasis-90-hovered: var(
|
|
312
|
+
--db-critical-on-bg-basic-emphasis-90-hovered
|
|
313
|
+
);
|
|
314
|
+
--db-adaptive-on-bg-basic-emphasis-90-pressed: var(
|
|
315
|
+
--db-critical-on-bg-basic-emphasis-90-pressed
|
|
316
|
+
);
|
|
317
|
+
--db-adaptive-on-bg-basic-emphasis-80-default: var(
|
|
318
|
+
--db-critical-on-bg-basic-emphasis-80-default
|
|
319
|
+
);
|
|
320
|
+
--db-adaptive-on-bg-basic-emphasis-80-hovered: var(
|
|
321
|
+
--db-critical-on-bg-basic-emphasis-80-hovered
|
|
322
|
+
);
|
|
323
|
+
--db-adaptive-on-bg-basic-emphasis-80-pressed: var(
|
|
324
|
+
--db-critical-on-bg-basic-emphasis-80-pressed
|
|
325
|
+
);
|
|
326
|
+
--db-adaptive-on-bg-basic-emphasis-70-default: var(
|
|
327
|
+
--db-critical-on-bg-basic-emphasis-70-default
|
|
328
|
+
);
|
|
329
|
+
--db-adaptive-on-bg-basic-emphasis-70-hovered: var(
|
|
330
|
+
--db-critical-on-bg-basic-emphasis-70-hovered
|
|
331
|
+
);
|
|
332
|
+
--db-adaptive-on-bg-basic-emphasis-70-pressed: var(
|
|
333
|
+
--db-critical-on-bg-basic-emphasis-70-pressed
|
|
334
|
+
);
|
|
335
|
+
--db-adaptive-on-bg-basic-emphasis-60-default: var(
|
|
336
|
+
--db-critical-on-bg-basic-emphasis-60-default
|
|
337
|
+
);
|
|
338
|
+
--db-adaptive-on-bg-basic-emphasis-60-hovered: var(
|
|
339
|
+
--db-critical-on-bg-basic-emphasis-60-hovered
|
|
340
|
+
);
|
|
341
|
+
--db-adaptive-on-bg-basic-emphasis-60-pressed: var(
|
|
342
|
+
--db-critical-on-bg-basic-emphasis-60-pressed
|
|
343
|
+
);
|
|
344
|
+
--db-adaptive-on-bg-basic-emphasis-50-default: var(
|
|
345
|
+
--db-critical-on-bg-basic-emphasis-50-default
|
|
346
|
+
);
|
|
347
|
+
--db-adaptive-on-bg-basic-emphasis-50-hovered: var(
|
|
348
|
+
--db-critical-on-bg-basic-emphasis-50-hovered
|
|
349
|
+
);
|
|
350
|
+
--db-adaptive-on-bg-basic-emphasis-50-pressed: var(
|
|
351
|
+
--db-critical-on-bg-basic-emphasis-50-pressed
|
|
352
|
+
);
|
|
353
|
+
--db-adaptive-bg-inverted-contrast-max-default: var(
|
|
354
|
+
--db-critical-bg-inverted-contrast-max-default
|
|
355
|
+
);
|
|
356
|
+
--db-adaptive-bg-inverted-contrast-max-hovered: var(
|
|
357
|
+
--db-critical-bg-inverted-contrast-max-hovered
|
|
358
|
+
);
|
|
359
|
+
--db-adaptive-bg-inverted-contrast-max-pressed: var(
|
|
360
|
+
--db-critical-bg-inverted-contrast-max-pressed
|
|
361
|
+
);
|
|
362
|
+
--db-adaptive-bg-inverted-contrast-high-default: var(
|
|
363
|
+
--db-critical-bg-inverted-contrast-high-default
|
|
364
|
+
);
|
|
365
|
+
--db-adaptive-bg-inverted-contrast-high-hovered: var(
|
|
366
|
+
--db-critical-bg-inverted-contrast-high-hovered
|
|
367
|
+
);
|
|
368
|
+
--db-adaptive-bg-inverted-contrast-high-pressed: var(
|
|
369
|
+
--db-critical-bg-inverted-contrast-high-pressed
|
|
370
|
+
);
|
|
371
|
+
--db-adaptive-bg-inverted-contrast-low-default: var(
|
|
372
|
+
--db-critical-bg-inverted-contrast-low-default
|
|
373
|
+
);
|
|
374
|
+
--db-adaptive-bg-inverted-contrast-low-hovered: var(
|
|
375
|
+
--db-critical-bg-inverted-contrast-low-hovered
|
|
376
|
+
);
|
|
377
|
+
--db-adaptive-bg-inverted-contrast-low-pressed: var(
|
|
378
|
+
--db-critical-bg-inverted-contrast-low-pressed
|
|
379
|
+
);
|
|
380
|
+
--db-adaptive-on-bg-inverted-default: var(
|
|
381
|
+
--db-critical-on-bg-inverted-default
|
|
382
|
+
);
|
|
383
|
+
--db-adaptive-on-bg-inverted-hovered: var(
|
|
384
|
+
--db-critical-on-bg-inverted-hovered
|
|
385
|
+
);
|
|
386
|
+
--db-adaptive-on-bg-inverted-pressed: var(
|
|
387
|
+
--db-critical-on-bg-inverted-pressed
|
|
388
|
+
);
|
|
389
|
+
--db-adaptive-origin-default: var(--db-critical-origin-default);
|
|
390
|
+
--db-adaptive-origin-hovered: var(--db-critical-origin-hovered);
|
|
391
|
+
--db-adaptive-origin-pressed: var(--db-critical-origin-pressed);
|
|
392
|
+
--db-adaptive-on-origin-default: var(
|
|
393
|
+
--db-critical-on-origin-default
|
|
394
|
+
);
|
|
395
|
+
--db-adaptive-on-origin-hovered: var(
|
|
396
|
+
--db-critical-on-origin-hovered
|
|
397
|
+
);
|
|
398
|
+
--db-adaptive-on-origin-pressed: var(
|
|
399
|
+
--db-critical-on-origin-pressed
|
|
400
|
+
);
|
|
401
|
+
}
|
|
402
|
+
|
|
403
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-semantic=successful] {
|
|
404
|
+
--db-adaptive-bg-basic-level-1-default: var(
|
|
405
|
+
--db-successful-bg-basic-level-1-default
|
|
406
|
+
);
|
|
407
|
+
--db-adaptive-bg-basic-level-1-hovered: var(
|
|
408
|
+
--db-successful-bg-basic-level-1-hovered
|
|
409
|
+
);
|
|
410
|
+
--db-adaptive-bg-basic-level-1-pressed: var(
|
|
411
|
+
--db-successful-bg-basic-level-1-pressed
|
|
412
|
+
);
|
|
413
|
+
--db-adaptive-bg-basic-level-2-default: var(
|
|
414
|
+
--db-successful-bg-basic-level-2-default
|
|
415
|
+
);
|
|
416
|
+
--db-adaptive-bg-basic-level-2-hovered: var(
|
|
417
|
+
--db-successful-bg-basic-level-2-hovered
|
|
418
|
+
);
|
|
419
|
+
--db-adaptive-bg-basic-level-2-pressed: var(
|
|
420
|
+
--db-successful-bg-basic-level-2-pressed
|
|
421
|
+
);
|
|
422
|
+
--db-adaptive-bg-basic-level-3-default: var(
|
|
423
|
+
--db-successful-bg-basic-level-3-default
|
|
424
|
+
);
|
|
425
|
+
--db-adaptive-bg-basic-level-3-hovered: var(
|
|
426
|
+
--db-successful-bg-basic-level-3-hovered
|
|
427
|
+
);
|
|
428
|
+
--db-adaptive-bg-basic-level-3-pressed: var(
|
|
429
|
+
--db-successful-bg-basic-level-3-pressed
|
|
430
|
+
);
|
|
431
|
+
--db-adaptive-bg-basic-transparent-full-default: var(
|
|
432
|
+
--db-successful-bg-basic-transparent-full-default
|
|
433
|
+
);
|
|
434
|
+
--db-adaptive-bg-basic-transparent-semi-default: var(
|
|
435
|
+
--db-successful-bg-basic-transparent-semi-default
|
|
436
|
+
);
|
|
437
|
+
--db-adaptive-bg-basic-transparent-hovered: var(
|
|
438
|
+
--db-successful-bg-basic-transparent-hovered
|
|
439
|
+
);
|
|
440
|
+
--db-adaptive-bg-basic-transparent-pressed: var(
|
|
441
|
+
--db-successful-bg-basic-transparent-pressed
|
|
442
|
+
);
|
|
443
|
+
--db-adaptive-on-bg-basic-emphasis-100-default: var(
|
|
444
|
+
--db-successful-on-bg-basic-emphasis-100-default
|
|
445
|
+
);
|
|
446
|
+
--db-adaptive-on-bg-basic-emphasis-100-hovered: var(
|
|
447
|
+
--db-successful-on-bg-basic-emphasis-100-hovered
|
|
448
|
+
);
|
|
449
|
+
--db-adaptive-on-bg-basic-emphasis-100-pressed: var(
|
|
450
|
+
--db-successful-on-bg-basic-emphasis-100-pressed
|
|
451
|
+
);
|
|
452
|
+
--db-adaptive-on-bg-basic-emphasis-90-default: var(
|
|
453
|
+
--db-successful-on-bg-basic-emphasis-90-default
|
|
454
|
+
);
|
|
455
|
+
--db-adaptive-on-bg-basic-emphasis-90-hovered: var(
|
|
456
|
+
--db-successful-on-bg-basic-emphasis-90-hovered
|
|
457
|
+
);
|
|
458
|
+
--db-adaptive-on-bg-basic-emphasis-90-pressed: var(
|
|
459
|
+
--db-successful-on-bg-basic-emphasis-90-pressed
|
|
460
|
+
);
|
|
461
|
+
--db-adaptive-on-bg-basic-emphasis-80-default: var(
|
|
462
|
+
--db-successful-on-bg-basic-emphasis-80-default
|
|
463
|
+
);
|
|
464
|
+
--db-adaptive-on-bg-basic-emphasis-80-hovered: var(
|
|
465
|
+
--db-successful-on-bg-basic-emphasis-80-hovered
|
|
466
|
+
);
|
|
467
|
+
--db-adaptive-on-bg-basic-emphasis-80-pressed: var(
|
|
468
|
+
--db-successful-on-bg-basic-emphasis-80-pressed
|
|
469
|
+
);
|
|
470
|
+
--db-adaptive-on-bg-basic-emphasis-70-default: var(
|
|
471
|
+
--db-successful-on-bg-basic-emphasis-70-default
|
|
472
|
+
);
|
|
473
|
+
--db-adaptive-on-bg-basic-emphasis-70-hovered: var(
|
|
474
|
+
--db-successful-on-bg-basic-emphasis-70-hovered
|
|
475
|
+
);
|
|
476
|
+
--db-adaptive-on-bg-basic-emphasis-70-pressed: var(
|
|
477
|
+
--db-successful-on-bg-basic-emphasis-70-pressed
|
|
478
|
+
);
|
|
479
|
+
--db-adaptive-on-bg-basic-emphasis-60-default: var(
|
|
480
|
+
--db-successful-on-bg-basic-emphasis-60-default
|
|
481
|
+
);
|
|
482
|
+
--db-adaptive-on-bg-basic-emphasis-60-hovered: var(
|
|
483
|
+
--db-successful-on-bg-basic-emphasis-60-hovered
|
|
484
|
+
);
|
|
485
|
+
--db-adaptive-on-bg-basic-emphasis-60-pressed: var(
|
|
486
|
+
--db-successful-on-bg-basic-emphasis-60-pressed
|
|
487
|
+
);
|
|
488
|
+
--db-adaptive-on-bg-basic-emphasis-50-default: var(
|
|
489
|
+
--db-successful-on-bg-basic-emphasis-50-default
|
|
490
|
+
);
|
|
491
|
+
--db-adaptive-on-bg-basic-emphasis-50-hovered: var(
|
|
492
|
+
--db-successful-on-bg-basic-emphasis-50-hovered
|
|
493
|
+
);
|
|
494
|
+
--db-adaptive-on-bg-basic-emphasis-50-pressed: var(
|
|
495
|
+
--db-successful-on-bg-basic-emphasis-50-pressed
|
|
496
|
+
);
|
|
497
|
+
--db-adaptive-bg-inverted-contrast-max-default: var(
|
|
498
|
+
--db-successful-bg-inverted-contrast-max-default
|
|
499
|
+
);
|
|
500
|
+
--db-adaptive-bg-inverted-contrast-max-hovered: var(
|
|
501
|
+
--db-successful-bg-inverted-contrast-max-hovered
|
|
502
|
+
);
|
|
503
|
+
--db-adaptive-bg-inverted-contrast-max-pressed: var(
|
|
504
|
+
--db-successful-bg-inverted-contrast-max-pressed
|
|
505
|
+
);
|
|
506
|
+
--db-adaptive-bg-inverted-contrast-high-default: var(
|
|
507
|
+
--db-successful-bg-inverted-contrast-high-default
|
|
508
|
+
);
|
|
509
|
+
--db-adaptive-bg-inverted-contrast-high-hovered: var(
|
|
510
|
+
--db-successful-bg-inverted-contrast-high-hovered
|
|
511
|
+
);
|
|
512
|
+
--db-adaptive-bg-inverted-contrast-high-pressed: var(
|
|
513
|
+
--db-successful-bg-inverted-contrast-high-pressed
|
|
514
|
+
);
|
|
515
|
+
--db-adaptive-bg-inverted-contrast-low-default: var(
|
|
516
|
+
--db-successful-bg-inverted-contrast-low-default
|
|
517
|
+
);
|
|
518
|
+
--db-adaptive-bg-inverted-contrast-low-hovered: var(
|
|
519
|
+
--db-successful-bg-inverted-contrast-low-hovered
|
|
520
|
+
);
|
|
521
|
+
--db-adaptive-bg-inverted-contrast-low-pressed: var(
|
|
522
|
+
--db-successful-bg-inverted-contrast-low-pressed
|
|
523
|
+
);
|
|
524
|
+
--db-adaptive-on-bg-inverted-default: var(
|
|
525
|
+
--db-successful-on-bg-inverted-default
|
|
526
|
+
);
|
|
527
|
+
--db-adaptive-on-bg-inverted-hovered: var(
|
|
528
|
+
--db-successful-on-bg-inverted-hovered
|
|
529
|
+
);
|
|
530
|
+
--db-adaptive-on-bg-inverted-pressed: var(
|
|
531
|
+
--db-successful-on-bg-inverted-pressed
|
|
532
|
+
);
|
|
533
|
+
--db-adaptive-origin-default: var(--db-successful-origin-default);
|
|
534
|
+
--db-adaptive-origin-hovered: var(--db-successful-origin-hovered);
|
|
535
|
+
--db-adaptive-origin-pressed: var(--db-successful-origin-pressed);
|
|
536
|
+
--db-adaptive-on-origin-default: var(
|
|
537
|
+
--db-successful-on-origin-default
|
|
538
|
+
);
|
|
539
|
+
--db-adaptive-on-origin-hovered: var(
|
|
540
|
+
--db-successful-on-origin-hovered
|
|
541
|
+
);
|
|
542
|
+
--db-adaptive-on-origin-pressed: var(
|
|
543
|
+
--db-successful-on-origin-pressed
|
|
544
|
+
);
|
|
545
|
+
}
|
|
546
|
+
|
|
547
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-semantic=warning] {
|
|
548
|
+
--db-adaptive-bg-basic-level-1-default: var(
|
|
549
|
+
--db-warning-bg-basic-level-1-default
|
|
550
|
+
);
|
|
551
|
+
--db-adaptive-bg-basic-level-1-hovered: var(
|
|
552
|
+
--db-warning-bg-basic-level-1-hovered
|
|
553
|
+
);
|
|
554
|
+
--db-adaptive-bg-basic-level-1-pressed: var(
|
|
555
|
+
--db-warning-bg-basic-level-1-pressed
|
|
556
|
+
);
|
|
557
|
+
--db-adaptive-bg-basic-level-2-default: var(
|
|
558
|
+
--db-warning-bg-basic-level-2-default
|
|
559
|
+
);
|
|
560
|
+
--db-adaptive-bg-basic-level-2-hovered: var(
|
|
561
|
+
--db-warning-bg-basic-level-2-hovered
|
|
562
|
+
);
|
|
563
|
+
--db-adaptive-bg-basic-level-2-pressed: var(
|
|
564
|
+
--db-warning-bg-basic-level-2-pressed
|
|
565
|
+
);
|
|
566
|
+
--db-adaptive-bg-basic-level-3-default: var(
|
|
567
|
+
--db-warning-bg-basic-level-3-default
|
|
568
|
+
);
|
|
569
|
+
--db-adaptive-bg-basic-level-3-hovered: var(
|
|
570
|
+
--db-warning-bg-basic-level-3-hovered
|
|
571
|
+
);
|
|
572
|
+
--db-adaptive-bg-basic-level-3-pressed: var(
|
|
573
|
+
--db-warning-bg-basic-level-3-pressed
|
|
574
|
+
);
|
|
575
|
+
--db-adaptive-bg-basic-transparent-full-default: var(
|
|
576
|
+
--db-warning-bg-basic-transparent-full-default
|
|
577
|
+
);
|
|
578
|
+
--db-adaptive-bg-basic-transparent-semi-default: var(
|
|
579
|
+
--db-warning-bg-basic-transparent-semi-default
|
|
580
|
+
);
|
|
581
|
+
--db-adaptive-bg-basic-transparent-hovered: var(
|
|
582
|
+
--db-warning-bg-basic-transparent-hovered
|
|
583
|
+
);
|
|
584
|
+
--db-adaptive-bg-basic-transparent-pressed: var(
|
|
585
|
+
--db-warning-bg-basic-transparent-pressed
|
|
586
|
+
);
|
|
587
|
+
--db-adaptive-on-bg-basic-emphasis-100-default: var(
|
|
588
|
+
--db-warning-on-bg-basic-emphasis-100-default
|
|
589
|
+
);
|
|
590
|
+
--db-adaptive-on-bg-basic-emphasis-100-hovered: var(
|
|
591
|
+
--db-warning-on-bg-basic-emphasis-100-hovered
|
|
592
|
+
);
|
|
593
|
+
--db-adaptive-on-bg-basic-emphasis-100-pressed: var(
|
|
594
|
+
--db-warning-on-bg-basic-emphasis-100-pressed
|
|
595
|
+
);
|
|
596
|
+
--db-adaptive-on-bg-basic-emphasis-90-default: var(
|
|
597
|
+
--db-warning-on-bg-basic-emphasis-90-default
|
|
598
|
+
);
|
|
599
|
+
--db-adaptive-on-bg-basic-emphasis-90-hovered: var(
|
|
600
|
+
--db-warning-on-bg-basic-emphasis-90-hovered
|
|
601
|
+
);
|
|
602
|
+
--db-adaptive-on-bg-basic-emphasis-90-pressed: var(
|
|
603
|
+
--db-warning-on-bg-basic-emphasis-90-pressed
|
|
604
|
+
);
|
|
605
|
+
--db-adaptive-on-bg-basic-emphasis-80-default: var(
|
|
606
|
+
--db-warning-on-bg-basic-emphasis-80-default
|
|
607
|
+
);
|
|
608
|
+
--db-adaptive-on-bg-basic-emphasis-80-hovered: var(
|
|
609
|
+
--db-warning-on-bg-basic-emphasis-80-hovered
|
|
610
|
+
);
|
|
611
|
+
--db-adaptive-on-bg-basic-emphasis-80-pressed: var(
|
|
612
|
+
--db-warning-on-bg-basic-emphasis-80-pressed
|
|
613
|
+
);
|
|
614
|
+
--db-adaptive-on-bg-basic-emphasis-70-default: var(
|
|
615
|
+
--db-warning-on-bg-basic-emphasis-70-default
|
|
616
|
+
);
|
|
617
|
+
--db-adaptive-on-bg-basic-emphasis-70-hovered: var(
|
|
618
|
+
--db-warning-on-bg-basic-emphasis-70-hovered
|
|
619
|
+
);
|
|
620
|
+
--db-adaptive-on-bg-basic-emphasis-70-pressed: var(
|
|
621
|
+
--db-warning-on-bg-basic-emphasis-70-pressed
|
|
622
|
+
);
|
|
623
|
+
--db-adaptive-on-bg-basic-emphasis-60-default: var(
|
|
624
|
+
--db-warning-on-bg-basic-emphasis-60-default
|
|
625
|
+
);
|
|
626
|
+
--db-adaptive-on-bg-basic-emphasis-60-hovered: var(
|
|
627
|
+
--db-warning-on-bg-basic-emphasis-60-hovered
|
|
628
|
+
);
|
|
629
|
+
--db-adaptive-on-bg-basic-emphasis-60-pressed: var(
|
|
630
|
+
--db-warning-on-bg-basic-emphasis-60-pressed
|
|
631
|
+
);
|
|
632
|
+
--db-adaptive-on-bg-basic-emphasis-50-default: var(
|
|
633
|
+
--db-warning-on-bg-basic-emphasis-50-default
|
|
634
|
+
);
|
|
635
|
+
--db-adaptive-on-bg-basic-emphasis-50-hovered: var(
|
|
636
|
+
--db-warning-on-bg-basic-emphasis-50-hovered
|
|
637
|
+
);
|
|
638
|
+
--db-adaptive-on-bg-basic-emphasis-50-pressed: var(
|
|
639
|
+
--db-warning-on-bg-basic-emphasis-50-pressed
|
|
640
|
+
);
|
|
641
|
+
--db-adaptive-bg-inverted-contrast-max-default: var(
|
|
642
|
+
--db-warning-bg-inverted-contrast-max-default
|
|
643
|
+
);
|
|
644
|
+
--db-adaptive-bg-inverted-contrast-max-hovered: var(
|
|
645
|
+
--db-warning-bg-inverted-contrast-max-hovered
|
|
646
|
+
);
|
|
647
|
+
--db-adaptive-bg-inverted-contrast-max-pressed: var(
|
|
648
|
+
--db-warning-bg-inverted-contrast-max-pressed
|
|
649
|
+
);
|
|
650
|
+
--db-adaptive-bg-inverted-contrast-high-default: var(
|
|
651
|
+
--db-warning-bg-inverted-contrast-high-default
|
|
652
|
+
);
|
|
653
|
+
--db-adaptive-bg-inverted-contrast-high-hovered: var(
|
|
654
|
+
--db-warning-bg-inverted-contrast-high-hovered
|
|
655
|
+
);
|
|
656
|
+
--db-adaptive-bg-inverted-contrast-high-pressed: var(
|
|
657
|
+
--db-warning-bg-inverted-contrast-high-pressed
|
|
658
|
+
);
|
|
659
|
+
--db-adaptive-bg-inverted-contrast-low-default: var(
|
|
660
|
+
--db-warning-bg-inverted-contrast-low-default
|
|
661
|
+
);
|
|
662
|
+
--db-adaptive-bg-inverted-contrast-low-hovered: var(
|
|
663
|
+
--db-warning-bg-inverted-contrast-low-hovered
|
|
664
|
+
);
|
|
665
|
+
--db-adaptive-bg-inverted-contrast-low-pressed: var(
|
|
666
|
+
--db-warning-bg-inverted-contrast-low-pressed
|
|
667
|
+
);
|
|
668
|
+
--db-adaptive-on-bg-inverted-default: var(
|
|
669
|
+
--db-warning-on-bg-inverted-default
|
|
670
|
+
);
|
|
671
|
+
--db-adaptive-on-bg-inverted-hovered: var(
|
|
672
|
+
--db-warning-on-bg-inverted-hovered
|
|
673
|
+
);
|
|
674
|
+
--db-adaptive-on-bg-inverted-pressed: var(
|
|
675
|
+
--db-warning-on-bg-inverted-pressed
|
|
676
|
+
);
|
|
677
|
+
--db-adaptive-origin-default: var(--db-warning-origin-default);
|
|
678
|
+
--db-adaptive-origin-hovered: var(--db-warning-origin-hovered);
|
|
679
|
+
--db-adaptive-origin-pressed: var(--db-warning-origin-pressed);
|
|
680
|
+
--db-adaptive-on-origin-default: var(
|
|
681
|
+
--db-warning-on-origin-default
|
|
682
|
+
);
|
|
683
|
+
--db-adaptive-on-origin-hovered: var(
|
|
684
|
+
--db-warning-on-origin-hovered
|
|
685
|
+
);
|
|
686
|
+
--db-adaptive-on-origin-pressed: var(
|
|
687
|
+
--db-warning-on-origin-pressed
|
|
688
|
+
);
|
|
689
|
+
}
|
|
690
|
+
|
|
691
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-semantic=informational] {
|
|
692
|
+
--db-adaptive-bg-basic-level-1-default: var(
|
|
693
|
+
--db-informational-bg-basic-level-1-default
|
|
694
|
+
);
|
|
695
|
+
--db-adaptive-bg-basic-level-1-hovered: var(
|
|
696
|
+
--db-informational-bg-basic-level-1-hovered
|
|
697
|
+
);
|
|
698
|
+
--db-adaptive-bg-basic-level-1-pressed: var(
|
|
699
|
+
--db-informational-bg-basic-level-1-pressed
|
|
700
|
+
);
|
|
701
|
+
--db-adaptive-bg-basic-level-2-default: var(
|
|
702
|
+
--db-informational-bg-basic-level-2-default
|
|
703
|
+
);
|
|
704
|
+
--db-adaptive-bg-basic-level-2-hovered: var(
|
|
705
|
+
--db-informational-bg-basic-level-2-hovered
|
|
706
|
+
);
|
|
707
|
+
--db-adaptive-bg-basic-level-2-pressed: var(
|
|
708
|
+
--db-informational-bg-basic-level-2-pressed
|
|
709
|
+
);
|
|
710
|
+
--db-adaptive-bg-basic-level-3-default: var(
|
|
711
|
+
--db-informational-bg-basic-level-3-default
|
|
712
|
+
);
|
|
713
|
+
--db-adaptive-bg-basic-level-3-hovered: var(
|
|
714
|
+
--db-informational-bg-basic-level-3-hovered
|
|
715
|
+
);
|
|
716
|
+
--db-adaptive-bg-basic-level-3-pressed: var(
|
|
717
|
+
--db-informational-bg-basic-level-3-pressed
|
|
718
|
+
);
|
|
719
|
+
--db-adaptive-bg-basic-transparent-full-default: var(
|
|
720
|
+
--db-informational-bg-basic-transparent-full-default
|
|
721
|
+
);
|
|
722
|
+
--db-adaptive-bg-basic-transparent-semi-default: var(
|
|
723
|
+
--db-informational-bg-basic-transparent-semi-default
|
|
724
|
+
);
|
|
725
|
+
--db-adaptive-bg-basic-transparent-hovered: var(
|
|
726
|
+
--db-informational-bg-basic-transparent-hovered
|
|
727
|
+
);
|
|
728
|
+
--db-adaptive-bg-basic-transparent-pressed: var(
|
|
729
|
+
--db-informational-bg-basic-transparent-pressed
|
|
730
|
+
);
|
|
731
|
+
--db-adaptive-on-bg-basic-emphasis-100-default: var(
|
|
732
|
+
--db-informational-on-bg-basic-emphasis-100-default
|
|
733
|
+
);
|
|
734
|
+
--db-adaptive-on-bg-basic-emphasis-100-hovered: var(
|
|
735
|
+
--db-informational-on-bg-basic-emphasis-100-hovered
|
|
736
|
+
);
|
|
737
|
+
--db-adaptive-on-bg-basic-emphasis-100-pressed: var(
|
|
738
|
+
--db-informational-on-bg-basic-emphasis-100-pressed
|
|
739
|
+
);
|
|
740
|
+
--db-adaptive-on-bg-basic-emphasis-90-default: var(
|
|
741
|
+
--db-informational-on-bg-basic-emphasis-90-default
|
|
742
|
+
);
|
|
743
|
+
--db-adaptive-on-bg-basic-emphasis-90-hovered: var(
|
|
744
|
+
--db-informational-on-bg-basic-emphasis-90-hovered
|
|
745
|
+
);
|
|
746
|
+
--db-adaptive-on-bg-basic-emphasis-90-pressed: var(
|
|
747
|
+
--db-informational-on-bg-basic-emphasis-90-pressed
|
|
748
|
+
);
|
|
749
|
+
--db-adaptive-on-bg-basic-emphasis-80-default: var(
|
|
750
|
+
--db-informational-on-bg-basic-emphasis-80-default
|
|
751
|
+
);
|
|
752
|
+
--db-adaptive-on-bg-basic-emphasis-80-hovered: var(
|
|
753
|
+
--db-informational-on-bg-basic-emphasis-80-hovered
|
|
754
|
+
);
|
|
755
|
+
--db-adaptive-on-bg-basic-emphasis-80-pressed: var(
|
|
756
|
+
--db-informational-on-bg-basic-emphasis-80-pressed
|
|
757
|
+
);
|
|
758
|
+
--db-adaptive-on-bg-basic-emphasis-70-default: var(
|
|
759
|
+
--db-informational-on-bg-basic-emphasis-70-default
|
|
760
|
+
);
|
|
761
|
+
--db-adaptive-on-bg-basic-emphasis-70-hovered: var(
|
|
762
|
+
--db-informational-on-bg-basic-emphasis-70-hovered
|
|
763
|
+
);
|
|
764
|
+
--db-adaptive-on-bg-basic-emphasis-70-pressed: var(
|
|
765
|
+
--db-informational-on-bg-basic-emphasis-70-pressed
|
|
766
|
+
);
|
|
767
|
+
--db-adaptive-on-bg-basic-emphasis-60-default: var(
|
|
768
|
+
--db-informational-on-bg-basic-emphasis-60-default
|
|
769
|
+
);
|
|
770
|
+
--db-adaptive-on-bg-basic-emphasis-60-hovered: var(
|
|
771
|
+
--db-informational-on-bg-basic-emphasis-60-hovered
|
|
772
|
+
);
|
|
773
|
+
--db-adaptive-on-bg-basic-emphasis-60-pressed: var(
|
|
774
|
+
--db-informational-on-bg-basic-emphasis-60-pressed
|
|
775
|
+
);
|
|
776
|
+
--db-adaptive-on-bg-basic-emphasis-50-default: var(
|
|
777
|
+
--db-informational-on-bg-basic-emphasis-50-default
|
|
778
|
+
);
|
|
779
|
+
--db-adaptive-on-bg-basic-emphasis-50-hovered: var(
|
|
780
|
+
--db-informational-on-bg-basic-emphasis-50-hovered
|
|
781
|
+
);
|
|
782
|
+
--db-adaptive-on-bg-basic-emphasis-50-pressed: var(
|
|
783
|
+
--db-informational-on-bg-basic-emphasis-50-pressed
|
|
784
|
+
);
|
|
785
|
+
--db-adaptive-bg-inverted-contrast-max-default: var(
|
|
786
|
+
--db-informational-bg-inverted-contrast-max-default
|
|
787
|
+
);
|
|
788
|
+
--db-adaptive-bg-inverted-contrast-max-hovered: var(
|
|
789
|
+
--db-informational-bg-inverted-contrast-max-hovered
|
|
790
|
+
);
|
|
791
|
+
--db-adaptive-bg-inverted-contrast-max-pressed: var(
|
|
792
|
+
--db-informational-bg-inverted-contrast-max-pressed
|
|
793
|
+
);
|
|
794
|
+
--db-adaptive-bg-inverted-contrast-high-default: var(
|
|
795
|
+
--db-informational-bg-inverted-contrast-high-default
|
|
796
|
+
);
|
|
797
|
+
--db-adaptive-bg-inverted-contrast-high-hovered: var(
|
|
798
|
+
--db-informational-bg-inverted-contrast-high-hovered
|
|
799
|
+
);
|
|
800
|
+
--db-adaptive-bg-inverted-contrast-high-pressed: var(
|
|
801
|
+
--db-informational-bg-inverted-contrast-high-pressed
|
|
802
|
+
);
|
|
803
|
+
--db-adaptive-bg-inverted-contrast-low-default: var(
|
|
804
|
+
--db-informational-bg-inverted-contrast-low-default
|
|
805
|
+
);
|
|
806
|
+
--db-adaptive-bg-inverted-contrast-low-hovered: var(
|
|
807
|
+
--db-informational-bg-inverted-contrast-low-hovered
|
|
808
|
+
);
|
|
809
|
+
--db-adaptive-bg-inverted-contrast-low-pressed: var(
|
|
810
|
+
--db-informational-bg-inverted-contrast-low-pressed
|
|
811
|
+
);
|
|
812
|
+
--db-adaptive-on-bg-inverted-default: var(
|
|
813
|
+
--db-informational-on-bg-inverted-default
|
|
814
|
+
);
|
|
815
|
+
--db-adaptive-on-bg-inverted-hovered: var(
|
|
816
|
+
--db-informational-on-bg-inverted-hovered
|
|
817
|
+
);
|
|
818
|
+
--db-adaptive-on-bg-inverted-pressed: var(
|
|
819
|
+
--db-informational-on-bg-inverted-pressed
|
|
820
|
+
);
|
|
821
|
+
--db-adaptive-origin-default: var(--db-informational-origin-default);
|
|
822
|
+
--db-adaptive-origin-hovered: var(--db-informational-origin-hovered);
|
|
823
|
+
--db-adaptive-origin-pressed: var(--db-informational-origin-pressed);
|
|
824
|
+
--db-adaptive-on-origin-default: var(
|
|
825
|
+
--db-informational-on-origin-default
|
|
826
|
+
);
|
|
827
|
+
--db-adaptive-on-origin-hovered: var(
|
|
828
|
+
--db-informational-on-origin-hovered
|
|
829
|
+
);
|
|
830
|
+
--db-adaptive-on-origin-pressed: var(
|
|
831
|
+
--db-informational-on-origin-pressed
|
|
832
|
+
);
|
|
833
|
+
}
|
|
834
|
+
|
|
835
|
+
.db-tag[data-show-check-state=true] label:not([data-hide-icon-after=true])::after, .db-tag[data-show-check-state=true] label:has(input:checked):not([data-hide-icon-after=true])::after {
|
|
836
|
+
content: var(--db-icon, attr(data-icon));
|
|
837
|
+
content: var(--db-icon, attr(data-icon))/"";
|
|
838
|
+
-webkit-alt: "";
|
|
839
|
+
alt: "";
|
|
840
|
+
color: var(--db-icon-color, inherit);
|
|
841
|
+
display: inline-block;
|
|
842
|
+
/*** icon - placeholder ***/
|
|
843
|
+
font-family: var(--db-icon-font-family, var(--db-icon-default-font-family, "db-ux-default")) !important;
|
|
844
|
+
font-size: var(--db-icon-font-size, 1.5rem);
|
|
845
|
+
-webkit-font-smoothing: antialiased;
|
|
846
|
+
-moz-osx-font-smoothing: grayscale;
|
|
847
|
+
font-style: normal;
|
|
848
|
+
font-variant: normal;
|
|
849
|
+
font-weight: var(--db-icon-font-weight, normal);
|
|
850
|
+
line-height: 1;
|
|
851
|
+
/* stylelint-disable-next-line declaration-property-value-no-unknown */
|
|
852
|
+
speak: none;
|
|
853
|
+
/* stylelint-disable-next-line declaration-property-value-no-unknown */
|
|
854
|
+
speak: never;
|
|
855
|
+
text-transform: none;
|
|
856
|
+
vertical-align: middle;
|
|
857
|
+
block-size: var(--db-icon-font-size, 1.5rem);
|
|
858
|
+
inline-size: var(--db-icon-font-size, 1.5rem);
|
|
859
|
+
}
|
|
860
|
+
@media aural {
|
|
861
|
+
.db-tag[data-show-check-state=true] label:not([data-hide-icon-after=true])::after, .db-tag[data-show-check-state=true] label:has(input:checked):not([data-hide-icon-after=true])::after {
|
|
862
|
+
content: none;
|
|
863
|
+
}
|
|
864
|
+
}
|
|
865
|
+
@media speech {
|
|
866
|
+
.db-tag[data-show-check-state=true] label:not([data-hide-icon-after=true])::after, .db-tag[data-show-check-state=true] label:has(input:checked):not([data-hide-icon-after=true])::after {
|
|
867
|
+
content: none;
|
|
868
|
+
}
|
|
869
|
+
}
|
|
870
|
+
|
|
871
|
+
.db-tag {
|
|
872
|
+
font-weight: 700;
|
|
873
|
+
white-space: nowrap;
|
|
874
|
+
justify-content: center;
|
|
875
|
+
text-align: center;
|
|
876
|
+
display: inline-flex;
|
|
877
|
+
align-items: center;
|
|
878
|
+
}
|
|
879
|
+
|
|
880
|
+
.db-tag {
|
|
881
|
+
border: var(--db-border-height-3xs) solid var(--db-adaptive-on-bg-basic-emphasis-100-default);
|
|
882
|
+
}
|
|
883
|
+
|
|
884
|
+
.db-tag:not(:has(label, button:not(.db-tab-remove-button), a)), .db-tag:has(.db-tab-remove-button), .db-tag button,
|
|
885
|
+
.db-tag a,
|
|
886
|
+
.db-tag label {
|
|
887
|
+
border: var(--db-border-height-3xs) solid var(--db-adaptive-on-bg-basic-emphasis-60-default);
|
|
888
|
+
}
|
|
889
|
+
|
|
890
|
+
.db-tag {
|
|
891
|
+
border-radius: var(--db-border-radius-xs);
|
|
892
|
+
}
|
|
893
|
+
|
|
894
|
+
.db-tag:not(:has(label, button:not(.db-tab-remove-button), a)), .db-tag:has(.db-tab-remove-button), .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]):not(:has(dbbutton)) button:not(.db-tab-remove-button),
|
|
895
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) dbbutton:not(.db-tab-remove-button) > button,
|
|
896
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) db-button > button,
|
|
897
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) a, .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak]:not(:has(dbbutton)) button:not(.db-tab-remove-button),
|
|
898
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] dbbutton:not(.db-tab-remove-button) > button,
|
|
899
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] db-button > button,
|
|
900
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] a, .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:has(input), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] label:has(input), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong]:has(input):not(:has(input:checked)), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin]:has(input):not(:has(input:checked)) {
|
|
901
|
+
border-color: var(--db-adaptive-on-bg-basic-emphasis-60-default);
|
|
902
|
+
background-color: var(--db-adaptive-bg-basic-level-1-default);
|
|
903
|
+
color: var(--db-adaptive-on-bg-basic-emphasis-80-default);
|
|
904
|
+
}
|
|
905
|
+
.db-tag:not(:has(label, button:not(.db-tab-remove-button), a))::before, .db-tag:has(.db-tab-remove-button)::before, .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]):not(:has(dbbutton)) button:not(.db-tab-remove-button)::before,
|
|
906
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) dbbutton:not(.db-tab-remove-button) > button::before,
|
|
907
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) db-button > button::before,
|
|
908
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) a::before, .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak]:not(:has(dbbutton)) button:not(.db-tab-remove-button)::before,
|
|
909
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] dbbutton:not(.db-tab-remove-button) > button::before,
|
|
910
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] db-button > button::before,
|
|
911
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] a::before, .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:has(input)::before, .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] label:has(input)::before, .db-tag[data-emphasis=strong]:has(label, button:not(.db-tab-remove-button), a):has(input):not(:has(input:checked))::before, .db-tag[data-emphasis=origin]:has(label, button:not(.db-tab-remove-button), a):has(input):not(:has(input:checked))::before, .db-tag:not(:has(label, button:not(.db-tab-remove-button), a))::after, .db-tag:has(.db-tab-remove-button)::after, .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]):not(:has(dbbutton)) button:not(.db-tab-remove-button)::after,
|
|
912
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) dbbutton:not(.db-tab-remove-button) > button::after,
|
|
913
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) db-button > button::after,
|
|
914
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) a::after, .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak]:not(:has(dbbutton)) button:not(.db-tab-remove-button)::after,
|
|
915
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] dbbutton:not(.db-tab-remove-button) > button::after,
|
|
916
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] db-button > button::after,
|
|
917
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] a::after, .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:has(input)::after, .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] label:has(input)::after, .db-tag[data-emphasis=strong]:has(label, button:not(.db-tab-remove-button), a):has(input):not(:has(input:checked))::after, .db-tag[data-emphasis=origin]:has(label, button:not(.db-tab-remove-button), a):has(input):not(:has(input:checked))::after {
|
|
918
|
+
--db-icon-color: var(--db-adaptive-on-bg-basic-emphasis-80-default);
|
|
919
|
+
}
|
|
920
|
+
|
|
921
|
+
.db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-emphasis=strong], .db-tag:has(.db-tab-remove-button)[data-emphasis=strong], .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:has(input[type=radio]:checked), .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:has(input[type=radio]:checked):is(:hover, :focus, :active), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] label:has(input[type=radio]:checked), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] label:has(input[type=radio]:checked):is(:hover, :focus, :active), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] label:has(input[type=radio]:checked), .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:has(input[type=checkbox]:checked), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] label:has(input[type=checkbox]:checked), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong], .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong]:not(:has(dbbutton)) button:not(.db-tab-remove-button),
|
|
922
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] dbbutton:not(.db-tab-remove-button) > button,
|
|
923
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] db-button > button,
|
|
924
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] a, .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] label:has(input[type=checkbox]:checked) {
|
|
925
|
+
border-color: var(--db-adaptive-on-bg-basic-emphasis-80-default);
|
|
926
|
+
background-color: var(--db-adaptive-bg-inverted-contrast-high-default);
|
|
927
|
+
color: var(--db-adaptive-on-bg-inverted-default);
|
|
928
|
+
}
|
|
929
|
+
.db-tag[data-emphasis=strong]:not(:has(label, button:not(.db-tab-remove-button), a))::before, .db-tag[data-emphasis=strong]:has(.db-tab-remove-button)::before, .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:has(input[type=radio]:checked)::before, .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:has(input[type=radio]:checked):is(:hover, :focus, :active)::before, .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] label:has(input[type=radio]:checked)::before, .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] label:has(input[type=radio]:checked):is(:hover, :focus, :active)::before, .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] label:has(input[type=radio]:checked)::before, .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:has(input[type=checkbox]:checked)::before, .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] label:has(input[type=checkbox]:checked)::before, .db-tag[data-emphasis=strong]:has(label, button:not(.db-tab-remove-button), a)::before, .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong]:not(:has(dbbutton)) button:not(.db-tab-remove-button)::before,
|
|
930
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] dbbutton:not(.db-tab-remove-button) > button::before,
|
|
931
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] db-button > button::before,
|
|
932
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] a::before, .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] label:has(input[type=checkbox]:checked)::before, .db-tag[data-emphasis=strong]:not(:has(label, button:not(.db-tab-remove-button), a))::after, .db-tag[data-emphasis=strong]:has(.db-tab-remove-button)::after, .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:has(input[type=radio]:checked)::after, .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:has(input[type=radio]:checked):is(:hover, :focus, :active)::after, .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] label:has(input[type=radio]:checked)::after, .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] label:has(input[type=radio]:checked):is(:hover, :focus, :active)::after, .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] label:has(input[type=radio]:checked)::after, .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:has(input[type=checkbox]:checked)::after, .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] label:has(input[type=checkbox]:checked)::after, .db-tag[data-emphasis=strong]:has(label, button:not(.db-tab-remove-button), a)::after, .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong]:not(:has(dbbutton)) button:not(.db-tab-remove-button)::after,
|
|
933
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] dbbutton:not(.db-tab-remove-button) > button::after,
|
|
934
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] db-button > button::after,
|
|
935
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] a::after, .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] label:has(input[type=checkbox]:checked)::after {
|
|
936
|
+
--db-icon-color: var(--db-adaptive-on-bg-inverted-default);
|
|
937
|
+
}
|
|
938
|
+
|
|
939
|
+
.db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-emphasis=origin], .db-tag:has(.db-tab-remove-button)[data-emphasis=origin], .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] label:has(input[type=radio]:checked), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin], .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin]:not(:has(dbbutton)) button:not(.db-tab-remove-button),
|
|
940
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] dbbutton:not(.db-tab-remove-button) > button,
|
|
941
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] db-button > button,
|
|
942
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] a, .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] label:has(input[type=checkbox]:checked) {
|
|
943
|
+
border-color: var(--db-adaptive-on-bg-basic-emphasis-70-default);
|
|
944
|
+
background-color: var(--db-adaptive-origin-default);
|
|
945
|
+
color: var(--db-adaptive-on-origin-default);
|
|
946
|
+
}
|
|
947
|
+
.db-tag[data-emphasis=origin]:not(:has(label, button:not(.db-tab-remove-button), a))::before, .db-tag[data-emphasis=origin]:has(.db-tab-remove-button)::before, .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] label:has(input[type=radio]:checked)::before, .db-tag[data-emphasis=origin]:has(label, button:not(.db-tab-remove-button), a)::before, .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin]:not(:has(dbbutton)) button:not(.db-tab-remove-button)::before,
|
|
948
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] dbbutton:not(.db-tab-remove-button) > button::before,
|
|
949
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] db-button > button::before,
|
|
950
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] a::before, .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] label:has(input[type=checkbox]:checked)::before, .db-tag[data-emphasis=origin]:not(:has(label, button:not(.db-tab-remove-button), a))::after, .db-tag[data-emphasis=origin]:has(.db-tab-remove-button)::after, .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] label:has(input[type=radio]:checked)::after, .db-tag[data-emphasis=origin]:has(label, button:not(.db-tab-remove-button), a)::after, .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin]:not(:has(dbbutton)) button:not(.db-tab-remove-button)::after,
|
|
951
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] dbbutton:not(.db-tab-remove-button) > button::after,
|
|
952
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] db-button > button::after,
|
|
953
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] a::after, .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] label:has(input[type=checkbox]:checked)::after {
|
|
954
|
+
--db-icon-color: var(--db-adaptive-on-origin-default);
|
|
955
|
+
}
|
|
956
|
+
|
|
957
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]):not(:has(dbbutton)) button:not(.db-tab-remove-button),
|
|
958
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) dbbutton:not(.db-tab-remove-button) > button,
|
|
959
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) db-button > button,
|
|
960
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) a, .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak]:not(:has(dbbutton)) button:not(.db-tab-remove-button),
|
|
961
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] dbbutton:not(.db-tab-remove-button) > button,
|
|
962
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] db-button > button,
|
|
963
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] a, .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:has(input), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] label:has(input), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong]:has(input):not(:has(input:checked)), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin]:has(input):not(:has(input:checked)) {
|
|
964
|
+
/* stylelint-disable-next-line a11y/selector-pseudo-class-focus */
|
|
965
|
+
}
|
|
966
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]):not(:has(dbbutton)) button:hover:not(:disabled, [aria-disabled=true]):not(.db-tab-remove-button),
|
|
967
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) dbbutton:not(.db-tab-remove-button) > button:hover:not(:disabled, [aria-disabled=true]),
|
|
968
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) db-button > button:hover:not(:disabled, [aria-disabled=true]),
|
|
969
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) a:hover:not(:disabled, [aria-disabled=true]), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak]:not(:has(dbbutton)) button:hover:not(:disabled, [aria-disabled=true]):not(.db-tab-remove-button),
|
|
970
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] dbbutton:not(.db-tab-remove-button) > button:hover:not(:disabled, [aria-disabled=true]),
|
|
971
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] db-button > button:hover:not(:disabled, [aria-disabled=true]),
|
|
972
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] a:hover:not(:disabled, [aria-disabled=true]), .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:hover:not(:disabled, [aria-disabled=true]):has(input), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] label:hover:not(:disabled, [aria-disabled=true]):has(input), .db-tag[data-emphasis=strong]:hover:not(:disabled, [aria-disabled=true]):has(label, button:not(.db-tab-remove-button), a):has(input):not(:has(input:checked)), .db-tag[data-emphasis=origin]:hover:not(:disabled, [aria-disabled=true]):has(label, button:not(.db-tab-remove-button), a):has(input):not(:has(input:checked)) {
|
|
973
|
+
cursor: pointer;
|
|
974
|
+
background-color: var(--db-adaptive-bg-basic-level-1-hovered);
|
|
975
|
+
}
|
|
976
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]):not(:has(dbbutton)) button:hover:not(:disabled, [aria-disabled=true]):is(textarea):not(.db-tab-remove-button),
|
|
977
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) dbbutton:not(.db-tab-remove-button) > button:hover:not(:disabled, [aria-disabled=true]):is(textarea),
|
|
978
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) db-button > button:hover:not(:disabled, [aria-disabled=true]):is(textarea),
|
|
979
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) a:hover:not(:disabled, [aria-disabled=true]):is(textarea), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak]:not(:has(dbbutton)) button:hover:not(:disabled, [aria-disabled=true]):is(textarea):not(.db-tab-remove-button),
|
|
980
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] dbbutton:not(.db-tab-remove-button) > button:hover:not(:disabled, [aria-disabled=true]):is(textarea),
|
|
981
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] db-button > button:hover:not(:disabled, [aria-disabled=true]):is(textarea),
|
|
982
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] a:hover:not(:disabled, [aria-disabled=true]):is(textarea), .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:hover:not(:disabled, [aria-disabled=true]):is(textarea):has(input), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] label:hover:not(:disabled, [aria-disabled=true]):is(textarea):has(input), .db-tag[data-emphasis=strong]:hover:not(:disabled, [aria-disabled=true]):is(textarea):has(label, button:not(.db-tab-remove-button), a):has(input):not(:has(input:checked)), .db-tag[data-emphasis=origin]:hover:not(:disabled, [aria-disabled=true]):is(textarea):has(label, button:not(.db-tab-remove-button), a):has(input):not(:has(input:checked)), .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]):not(:has(dbbutton)) button:hover:not(:disabled, [aria-disabled=true]):is(input):not(.db-tab-remove-button),
|
|
983
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) dbbutton:not(.db-tab-remove-button) > button:hover:not(:disabled, [aria-disabled=true]):is(input),
|
|
984
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) db-button > button:hover:not(:disabled, [aria-disabled=true]):is(input),
|
|
985
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) a:hover:not(:disabled, [aria-disabled=true]):is(input), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak]:not(:has(dbbutton)) button:hover:not(:disabled, [aria-disabled=true]):is(input):not(.db-tab-remove-button),
|
|
986
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] dbbutton:not(.db-tab-remove-button) > button:hover:not(:disabled, [aria-disabled=true]):is(input),
|
|
987
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] db-button > button:hover:not(:disabled, [aria-disabled=true]):is(input),
|
|
988
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] a:hover:not(:disabled, [aria-disabled=true]):is(input), .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:hover:not(:disabled, [aria-disabled=true]):is(input):has(input), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] label:hover:not(:disabled, [aria-disabled=true]):is(input):has(input), .db-tag[data-emphasis=strong]:hover:not(:disabled, [aria-disabled=true]):is(input):has(label, button:not(.db-tab-remove-button), a):has(input):not(:has(input:checked)), .db-tag[data-emphasis=origin]:hover:not(:disabled, [aria-disabled=true]):is(input):has(label, button:not(.db-tab-remove-button), a):has(input):not(:has(input:checked)) {
|
|
989
|
+
cursor: initial;
|
|
990
|
+
}
|
|
991
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]):not(:has(dbbutton)) button:hover:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]):not(.db-tab-remove-button),
|
|
992
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) dbbutton:not(.db-tab-remove-button) > button:hover:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]),
|
|
993
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) db-button > button:hover:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]),
|
|
994
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) a:hover:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak]:not(:has(dbbutton)) button:hover:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]):not(.db-tab-remove-button),
|
|
995
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] dbbutton:not(.db-tab-remove-button) > button:hover:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]),
|
|
996
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] db-button > button:hover:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]),
|
|
997
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] a:hover:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]), .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:hover:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]):has(input), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] label:hover:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]):has(input), .db-tag[data-emphasis=strong]:hover:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]):has(label, button:not(.db-tab-remove-button), a):has(input):not(:has(input:checked)), .db-tag[data-emphasis=origin]:hover:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]):has(label, button:not(.db-tab-remove-button), a):has(input):not(:has(input:checked)), .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]):not(:has(dbbutton)) button:hover:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)):not(.db-tab-remove-button),
|
|
998
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) dbbutton:not(.db-tab-remove-button) > button:hover:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)),
|
|
999
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) db-button > button:hover:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)),
|
|
1000
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) a:hover:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak]:not(:has(dbbutton)) button:hover:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)):not(.db-tab-remove-button),
|
|
1001
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] dbbutton:not(.db-tab-remove-button) > button:hover:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)),
|
|
1002
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] db-button > button:hover:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)),
|
|
1003
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] a:hover:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)), .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:hover:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)):has(input), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] label:hover:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)):has(input), .db-tag[data-emphasis=strong]:hover:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)):has(label, button:not(.db-tab-remove-button), a):has(input):not(:has(input:checked)), .db-tag[data-emphasis=origin]:hover:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)):has(label, button:not(.db-tab-remove-button), a):has(input):not(:has(input:checked)) {
|
|
1004
|
+
cursor: pointer;
|
|
1005
|
+
}
|
|
1006
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]):not(:has(dbbutton)) button:active:not(:disabled, [aria-disabled=true]):not(.db-tab-remove-button),
|
|
1007
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) dbbutton:not(.db-tab-remove-button) > button:active:not(:disabled, [aria-disabled=true]),
|
|
1008
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) db-button > button:active:not(:disabled, [aria-disabled=true]),
|
|
1009
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) a:active:not(:disabled, [aria-disabled=true]), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak]:not(:has(dbbutton)) button:active:not(:disabled, [aria-disabled=true]):not(.db-tab-remove-button),
|
|
1010
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] dbbutton:not(.db-tab-remove-button) > button:active:not(:disabled, [aria-disabled=true]),
|
|
1011
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] db-button > button:active:not(:disabled, [aria-disabled=true]),
|
|
1012
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] a:active:not(:disabled, [aria-disabled=true]), .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:active:not(:disabled, [aria-disabled=true]):has(input), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] label:active:not(:disabled, [aria-disabled=true]):has(input), .db-tag[data-emphasis=strong]:active:not(:disabled, [aria-disabled=true]):has(label, button:not(.db-tab-remove-button), a):has(input):not(:has(input:checked)), .db-tag[data-emphasis=origin]:active:not(:disabled, [aria-disabled=true]):has(label, button:not(.db-tab-remove-button), a):has(input):not(:has(input:checked)) {
|
|
1013
|
+
cursor: pointer;
|
|
1014
|
+
background-color: var(--db-adaptive-bg-basic-level-1-pressed);
|
|
1015
|
+
}
|
|
1016
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]):not(:has(dbbutton)) button:active:not(:disabled, [aria-disabled=true]):is(textarea):not(.db-tab-remove-button),
|
|
1017
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) dbbutton:not(.db-tab-remove-button) > button:active:not(:disabled, [aria-disabled=true]):is(textarea),
|
|
1018
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) db-button > button:active:not(:disabled, [aria-disabled=true]):is(textarea),
|
|
1019
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) a:active:not(:disabled, [aria-disabled=true]):is(textarea), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak]:not(:has(dbbutton)) button:active:not(:disabled, [aria-disabled=true]):is(textarea):not(.db-tab-remove-button),
|
|
1020
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] dbbutton:not(.db-tab-remove-button) > button:active:not(:disabled, [aria-disabled=true]):is(textarea),
|
|
1021
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] db-button > button:active:not(:disabled, [aria-disabled=true]):is(textarea),
|
|
1022
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] a:active:not(:disabled, [aria-disabled=true]):is(textarea), .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:active:not(:disabled, [aria-disabled=true]):is(textarea):has(input), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] label:active:not(:disabled, [aria-disabled=true]):is(textarea):has(input), .db-tag[data-emphasis=strong]:active:not(:disabled, [aria-disabled=true]):is(textarea):has(label, button:not(.db-tab-remove-button), a):has(input):not(:has(input:checked)), .db-tag[data-emphasis=origin]:active:not(:disabled, [aria-disabled=true]):is(textarea):has(label, button:not(.db-tab-remove-button), a):has(input):not(:has(input:checked)), .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]):not(:has(dbbutton)) button:active:not(:disabled, [aria-disabled=true]):is(input):not(.db-tab-remove-button),
|
|
1023
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) dbbutton:not(.db-tab-remove-button) > button:active:not(:disabled, [aria-disabled=true]):is(input),
|
|
1024
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) db-button > button:active:not(:disabled, [aria-disabled=true]):is(input),
|
|
1025
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) a:active:not(:disabled, [aria-disabled=true]):is(input), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak]:not(:has(dbbutton)) button:active:not(:disabled, [aria-disabled=true]):is(input):not(.db-tab-remove-button),
|
|
1026
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] dbbutton:not(.db-tab-remove-button) > button:active:not(:disabled, [aria-disabled=true]):is(input),
|
|
1027
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] db-button > button:active:not(:disabled, [aria-disabled=true]):is(input),
|
|
1028
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] a:active:not(:disabled, [aria-disabled=true]):is(input), .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:active:not(:disabled, [aria-disabled=true]):is(input):has(input), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] label:active:not(:disabled, [aria-disabled=true]):is(input):has(input), .db-tag[data-emphasis=strong]:active:not(:disabled, [aria-disabled=true]):is(input):has(label, button:not(.db-tab-remove-button), a):has(input):not(:has(input:checked)), .db-tag[data-emphasis=origin]:active:not(:disabled, [aria-disabled=true]):is(input):has(label, button:not(.db-tab-remove-button), a):has(input):not(:has(input:checked)) {
|
|
1029
|
+
cursor: initial;
|
|
1030
|
+
}
|
|
1031
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]):not(:has(dbbutton)) button:active:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]):not(.db-tab-remove-button),
|
|
1032
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) dbbutton:not(.db-tab-remove-button) > button:active:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]),
|
|
1033
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) db-button > button:active:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]),
|
|
1034
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) a:active:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak]:not(:has(dbbutton)) button:active:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]):not(.db-tab-remove-button),
|
|
1035
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] dbbutton:not(.db-tab-remove-button) > button:active:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]),
|
|
1036
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] db-button > button:active:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]),
|
|
1037
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] a:active:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]), .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:active:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]):has(input), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] label:active:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]):has(input), .db-tag[data-emphasis=strong]:active:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]):has(label, button:not(.db-tab-remove-button), a):has(input):not(:has(input:checked)), .db-tag[data-emphasis=origin]:active:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]):has(label, button:not(.db-tab-remove-button), a):has(input):not(:has(input:checked)), .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]):not(:has(dbbutton)) button:active:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)):not(.db-tab-remove-button),
|
|
1038
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) dbbutton:not(.db-tab-remove-button) > button:active:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)),
|
|
1039
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) db-button > button:active:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)),
|
|
1040
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) a:active:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak]:not(:has(dbbutton)) button:active:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)):not(.db-tab-remove-button),
|
|
1041
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] dbbutton:not(.db-tab-remove-button) > button:active:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)),
|
|
1042
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] db-button > button:active:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)),
|
|
1043
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] a:active:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)), .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:active:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)):has(input), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] label:active:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)):has(input), .db-tag[data-emphasis=strong]:active:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)):has(label, button:not(.db-tab-remove-button), a):has(input):not(:has(input:checked)), .db-tag[data-emphasis=origin]:active:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)):has(label, button:not(.db-tab-remove-button), a):has(input):not(:has(input:checked)) {
|
|
1044
|
+
cursor: pointer;
|
|
1045
|
+
}
|
|
1046
|
+
|
|
1047
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:has(input[type=checkbox]:checked), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] label:has(input[type=checkbox]:checked), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong], .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong]:not(:has(dbbutton)) button:not(.db-tab-remove-button),
|
|
1048
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] dbbutton:not(.db-tab-remove-button) > button,
|
|
1049
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] db-button > button,
|
|
1050
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] a, .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] label:has(input[type=checkbox]:checked) {
|
|
1051
|
+
/* stylelint-disable-next-line a11y/selector-pseudo-class-focus */
|
|
1052
|
+
}
|
|
1053
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:hover:not(:disabled, [aria-disabled=true]):has(input[type=checkbox]:checked), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] label:hover:not(:disabled, [aria-disabled=true]):has(input[type=checkbox]:checked), .db-tag[data-emphasis=strong]:hover:not(:disabled, [aria-disabled=true]):has(label, button:not(.db-tab-remove-button), a), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong]:not(:has(dbbutton)) button:hover:not(:disabled, [aria-disabled=true]):not(.db-tab-remove-button),
|
|
1054
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] dbbutton:not(.db-tab-remove-button) > button:hover:not(:disabled, [aria-disabled=true]),
|
|
1055
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] db-button > button:hover:not(:disabled, [aria-disabled=true]),
|
|
1056
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] a:hover:not(:disabled, [aria-disabled=true]), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] label:hover:not(:disabled, [aria-disabled=true]):has(input[type=checkbox]:checked) {
|
|
1057
|
+
cursor: pointer;
|
|
1058
|
+
background-color: var(--db-adaptive-bg-inverted-contrast-high-hovered);
|
|
1059
|
+
}
|
|
1060
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:hover:not(:disabled, [aria-disabled=true]):is(textarea):has(input[type=checkbox]:checked), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] label:hover:not(:disabled, [aria-disabled=true]):is(textarea):has(input[type=checkbox]:checked), .db-tag[data-emphasis=strong]:hover:not(:disabled, [aria-disabled=true]):is(textarea):has(label, button:not(.db-tab-remove-button), a), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong]:not(:has(dbbutton)) button:hover:not(:disabled, [aria-disabled=true]):is(textarea):not(.db-tab-remove-button),
|
|
1061
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] dbbutton:not(.db-tab-remove-button) > button:hover:not(:disabled, [aria-disabled=true]):is(textarea),
|
|
1062
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] db-button > button:hover:not(:disabled, [aria-disabled=true]):is(textarea),
|
|
1063
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] a:hover:not(:disabled, [aria-disabled=true]):is(textarea), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] label:hover:not(:disabled, [aria-disabled=true]):is(textarea):has(input[type=checkbox]:checked), .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:hover:not(:disabled, [aria-disabled=true]):is(input):has(input[type=checkbox]:checked), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] label:hover:not(:disabled, [aria-disabled=true]):is(input):has(input[type=checkbox]:checked), .db-tag[data-emphasis=strong]:hover:not(:disabled, [aria-disabled=true]):is(input):has(label, button:not(.db-tab-remove-button), a), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong]:not(:has(dbbutton)) button:hover:not(:disabled, [aria-disabled=true]):is(input):not(.db-tab-remove-button),
|
|
1064
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] dbbutton:not(.db-tab-remove-button) > button:hover:not(:disabled, [aria-disabled=true]):is(input),
|
|
1065
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] db-button > button:hover:not(:disabled, [aria-disabled=true]):is(input),
|
|
1066
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] a:hover:not(:disabled, [aria-disabled=true]):is(input), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] label:hover:not(:disabled, [aria-disabled=true]):is(input):has(input[type=checkbox]:checked) {
|
|
1067
|
+
cursor: initial;
|
|
1068
|
+
}
|
|
1069
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:hover:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]):has(input[type=checkbox]:checked), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] label:hover:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]):has(input[type=checkbox]:checked), .db-tag[data-emphasis=strong]:hover:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]):has(label, button:not(.db-tab-remove-button), a), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong]:not(:has(dbbutton)) button:hover:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]):not(.db-tab-remove-button),
|
|
1070
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] dbbutton:not(.db-tab-remove-button) > button:hover:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]),
|
|
1071
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] db-button > button:hover:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]),
|
|
1072
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] a:hover:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] label:hover:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]):has(input[type=checkbox]:checked), .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:hover:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)):has(input[type=checkbox]:checked), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] label:hover:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)):has(input[type=checkbox]:checked), .db-tag[data-emphasis=strong]:hover:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)):has(label, button:not(.db-tab-remove-button), a), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong]:not(:has(dbbutton)) button:hover:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)):not(.db-tab-remove-button),
|
|
1073
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] dbbutton:not(.db-tab-remove-button) > button:hover:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)),
|
|
1074
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] db-button > button:hover:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)),
|
|
1075
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] a:hover:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] label:hover:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)):has(input[type=checkbox]:checked) {
|
|
1076
|
+
cursor: pointer;
|
|
1077
|
+
}
|
|
1078
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:active:not(:disabled, [aria-disabled=true]):has(input[type=checkbox]:checked), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] label:active:not(:disabled, [aria-disabled=true]):has(input[type=checkbox]:checked), .db-tag[data-emphasis=strong]:active:not(:disabled, [aria-disabled=true]):has(label, button:not(.db-tab-remove-button), a), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong]:not(:has(dbbutton)) button:active:not(:disabled, [aria-disabled=true]):not(.db-tab-remove-button),
|
|
1079
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] dbbutton:not(.db-tab-remove-button) > button:active:not(:disabled, [aria-disabled=true]),
|
|
1080
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] db-button > button:active:not(:disabled, [aria-disabled=true]),
|
|
1081
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] a:active:not(:disabled, [aria-disabled=true]), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] label:active:not(:disabled, [aria-disabled=true]):has(input[type=checkbox]:checked) {
|
|
1082
|
+
cursor: pointer;
|
|
1083
|
+
background-color: var(--db-adaptive-bg-inverted-contrast-high-pressed);
|
|
1084
|
+
}
|
|
1085
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:active:not(:disabled, [aria-disabled=true]):is(textarea):has(input[type=checkbox]:checked), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] label:active:not(:disabled, [aria-disabled=true]):is(textarea):has(input[type=checkbox]:checked), .db-tag[data-emphasis=strong]:active:not(:disabled, [aria-disabled=true]):is(textarea):has(label, button:not(.db-tab-remove-button), a), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong]:not(:has(dbbutton)) button:active:not(:disabled, [aria-disabled=true]):is(textarea):not(.db-tab-remove-button),
|
|
1086
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] dbbutton:not(.db-tab-remove-button) > button:active:not(:disabled, [aria-disabled=true]):is(textarea),
|
|
1087
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] db-button > button:active:not(:disabled, [aria-disabled=true]):is(textarea),
|
|
1088
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] a:active:not(:disabled, [aria-disabled=true]):is(textarea), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] label:active:not(:disabled, [aria-disabled=true]):is(textarea):has(input[type=checkbox]:checked), .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:active:not(:disabled, [aria-disabled=true]):is(input):has(input[type=checkbox]:checked), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] label:active:not(:disabled, [aria-disabled=true]):is(input):has(input[type=checkbox]:checked), .db-tag[data-emphasis=strong]:active:not(:disabled, [aria-disabled=true]):is(input):has(label, button:not(.db-tab-remove-button), a), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong]:not(:has(dbbutton)) button:active:not(:disabled, [aria-disabled=true]):is(input):not(.db-tab-remove-button),
|
|
1089
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] dbbutton:not(.db-tab-remove-button) > button:active:not(:disabled, [aria-disabled=true]):is(input),
|
|
1090
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] db-button > button:active:not(:disabled, [aria-disabled=true]):is(input),
|
|
1091
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] a:active:not(:disabled, [aria-disabled=true]):is(input), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] label:active:not(:disabled, [aria-disabled=true]):is(input):has(input[type=checkbox]:checked) {
|
|
1092
|
+
cursor: initial;
|
|
1093
|
+
}
|
|
1094
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:active:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]):has(input[type=checkbox]:checked), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] label:active:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]):has(input[type=checkbox]:checked), .db-tag[data-emphasis=strong]:active:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]):has(label, button:not(.db-tab-remove-button), a), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong]:not(:has(dbbutton)) button:active:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]):not(.db-tab-remove-button),
|
|
1095
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] dbbutton:not(.db-tab-remove-button) > button:active:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]),
|
|
1096
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] db-button > button:active:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]),
|
|
1097
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] a:active:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] label:active:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]):has(input[type=checkbox]:checked), .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:active:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)):has(input[type=checkbox]:checked), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] label:active:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)):has(input[type=checkbox]:checked), .db-tag[data-emphasis=strong]:active:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)):has(label, button:not(.db-tab-remove-button), a), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong]:not(:has(dbbutton)) button:active:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)):not(.db-tab-remove-button),
|
|
1098
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] dbbutton:not(.db-tab-remove-button) > button:active:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)),
|
|
1099
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] db-button > button:active:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)),
|
|
1100
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] a:active:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] label:active:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)):has(input[type=checkbox]:checked) {
|
|
1101
|
+
cursor: pointer;
|
|
1102
|
+
}
|
|
1103
|
+
|
|
1104
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin], .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin]:not(:has(dbbutton)) button:not(.db-tab-remove-button),
|
|
1105
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] dbbutton:not(.db-tab-remove-button) > button,
|
|
1106
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] db-button > button,
|
|
1107
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] a, .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] label:has(input[type=checkbox]:checked) {
|
|
1108
|
+
/* stylelint-disable-next-line a11y/selector-pseudo-class-focus */
|
|
1109
|
+
}
|
|
1110
|
+
.db-tag[data-emphasis=origin]:hover:not(:disabled, [aria-disabled=true]):has(label, button:not(.db-tab-remove-button), a), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin]:not(:has(dbbutton)) button:hover:not(:disabled, [aria-disabled=true]):not(.db-tab-remove-button),
|
|
1111
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] dbbutton:not(.db-tab-remove-button) > button:hover:not(:disabled, [aria-disabled=true]),
|
|
1112
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] db-button > button:hover:not(:disabled, [aria-disabled=true]),
|
|
1113
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] a:hover:not(:disabled, [aria-disabled=true]), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] label:hover:not(:disabled, [aria-disabled=true]):has(input[type=checkbox]:checked) {
|
|
1114
|
+
cursor: pointer;
|
|
1115
|
+
background-color: var(--db-adaptive-origin-hovered);
|
|
1116
|
+
}
|
|
1117
|
+
.db-tag[data-emphasis=origin]:hover:not(:disabled, [aria-disabled=true]):is(textarea):has(label, button:not(.db-tab-remove-button), a), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin]:not(:has(dbbutton)) button:hover:not(:disabled, [aria-disabled=true]):is(textarea):not(.db-tab-remove-button),
|
|
1118
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] dbbutton:not(.db-tab-remove-button) > button:hover:not(:disabled, [aria-disabled=true]):is(textarea),
|
|
1119
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] db-button > button:hover:not(:disabled, [aria-disabled=true]):is(textarea),
|
|
1120
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] a:hover:not(:disabled, [aria-disabled=true]):is(textarea), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] label:hover:not(:disabled, [aria-disabled=true]):is(textarea):has(input[type=checkbox]:checked), .db-tag[data-emphasis=origin]:hover:not(:disabled, [aria-disabled=true]):is(input):has(label, button:not(.db-tab-remove-button), a), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin]:not(:has(dbbutton)) button:hover:not(:disabled, [aria-disabled=true]):is(input):not(.db-tab-remove-button),
|
|
1121
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] dbbutton:not(.db-tab-remove-button) > button:hover:not(:disabled, [aria-disabled=true]):is(input),
|
|
1122
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] db-button > button:hover:not(:disabled, [aria-disabled=true]):is(input),
|
|
1123
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] a:hover:not(:disabled, [aria-disabled=true]):is(input), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] label:hover:not(:disabled, [aria-disabled=true]):is(input):has(input[type=checkbox]:checked) {
|
|
1124
|
+
cursor: initial;
|
|
1125
|
+
}
|
|
1126
|
+
.db-tag[data-emphasis=origin]:hover:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]):has(label, button:not(.db-tab-remove-button), a), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin]:not(:has(dbbutton)) button:hover:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]):not(.db-tab-remove-button),
|
|
1127
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] dbbutton:not(.db-tab-remove-button) > button:hover:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]),
|
|
1128
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] db-button > button:hover:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]),
|
|
1129
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] a:hover:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] label:hover:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]):has(input[type=checkbox]:checked), .db-tag[data-emphasis=origin]:hover:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)):has(label, button:not(.db-tab-remove-button), a), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin]:not(:has(dbbutton)) button:hover:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)):not(.db-tab-remove-button),
|
|
1130
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] dbbutton:not(.db-tab-remove-button) > button:hover:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)),
|
|
1131
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] db-button > button:hover:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)),
|
|
1132
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] a:hover:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] label:hover:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)):has(input[type=checkbox]:checked) {
|
|
1133
|
+
cursor: pointer;
|
|
1134
|
+
}
|
|
1135
|
+
.db-tag[data-emphasis=origin]:active:not(:disabled, [aria-disabled=true]):has(label, button:not(.db-tab-remove-button), a), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin]:not(:has(dbbutton)) button:active:not(:disabled, [aria-disabled=true]):not(.db-tab-remove-button),
|
|
1136
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] dbbutton:not(.db-tab-remove-button) > button:active:not(:disabled, [aria-disabled=true]),
|
|
1137
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] db-button > button:active:not(:disabled, [aria-disabled=true]),
|
|
1138
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] a:active:not(:disabled, [aria-disabled=true]), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] label:active:not(:disabled, [aria-disabled=true]):has(input[type=checkbox]:checked) {
|
|
1139
|
+
cursor: pointer;
|
|
1140
|
+
background-color: var(--db-adaptive-origin-pressed);
|
|
1141
|
+
}
|
|
1142
|
+
.db-tag[data-emphasis=origin]:active:not(:disabled, [aria-disabled=true]):is(textarea):has(label, button:not(.db-tab-remove-button), a), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin]:not(:has(dbbutton)) button:active:not(:disabled, [aria-disabled=true]):is(textarea):not(.db-tab-remove-button),
|
|
1143
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] dbbutton:not(.db-tab-remove-button) > button:active:not(:disabled, [aria-disabled=true]):is(textarea),
|
|
1144
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] db-button > button:active:not(:disabled, [aria-disabled=true]):is(textarea),
|
|
1145
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] a:active:not(:disabled, [aria-disabled=true]):is(textarea), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] label:active:not(:disabled, [aria-disabled=true]):is(textarea):has(input[type=checkbox]:checked), .db-tag[data-emphasis=origin]:active:not(:disabled, [aria-disabled=true]):is(input):has(label, button:not(.db-tab-remove-button), a), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin]:not(:has(dbbutton)) button:active:not(:disabled, [aria-disabled=true]):is(input):not(.db-tab-remove-button),
|
|
1146
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] dbbutton:not(.db-tab-remove-button) > button:active:not(:disabled, [aria-disabled=true]):is(input),
|
|
1147
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] db-button > button:active:not(:disabled, [aria-disabled=true]):is(input),
|
|
1148
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] a:active:not(:disabled, [aria-disabled=true]):is(input), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] label:active:not(:disabled, [aria-disabled=true]):is(input):has(input[type=checkbox]:checked) {
|
|
1149
|
+
cursor: initial;
|
|
1150
|
+
}
|
|
1151
|
+
.db-tag[data-emphasis=origin]:active:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]):has(label, button:not(.db-tab-remove-button), a), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin]:not(:has(dbbutton)) button:active:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]):not(.db-tab-remove-button),
|
|
1152
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] dbbutton:not(.db-tab-remove-button) > button:active:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]),
|
|
1153
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] db-button > button:active:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]),
|
|
1154
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] a:active:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] label:active:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]):has(input[type=checkbox]:checked), .db-tag[data-emphasis=origin]:active:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)):has(label, button:not(.db-tab-remove-button), a), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin]:not(:has(dbbutton)) button:active:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)):not(.db-tab-remove-button),
|
|
1155
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] dbbutton:not(.db-tab-remove-button) > button:active:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)),
|
|
1156
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] db-button > button:active:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)),
|
|
1157
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] a:active:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=origin] label:active:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)):has(input[type=checkbox]:checked) {
|
|
1158
|
+
cursor: pointer;
|
|
1159
|
+
}
|
|
1160
|
+
|
|
1161
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:has(input[type=checkbox]:checked), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] label:has(input[type=checkbox]:checked), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong], .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong]:not(:has(dbbutton)) button:not(.db-tab-remove-button),
|
|
1162
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] dbbutton:not(.db-tab-remove-button) > button,
|
|
1163
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] db-button > button,
|
|
1164
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] a, .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] label:has(input[type=checkbox]:checked) {
|
|
1165
|
+
/* stylelint-disable-next-line a11y/selector-pseudo-class-focus */
|
|
1166
|
+
}
|
|
1167
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:hover:not(:disabled, [aria-disabled=true]):has(input[type=checkbox]:checked), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] label:hover:not(:disabled, [aria-disabled=true]):has(input[type=checkbox]:checked), .db-tag[data-emphasis=strong]:hover:not(:disabled, [aria-disabled=true]):has(label, button:not(.db-tab-remove-button), a), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong]:not(:has(dbbutton)) button:hover:not(:disabled, [aria-disabled=true]):not(.db-tab-remove-button),
|
|
1168
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] dbbutton:not(.db-tab-remove-button) > button:hover:not(:disabled, [aria-disabled=true]),
|
|
1169
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] db-button > button:hover:not(:disabled, [aria-disabled=true]),
|
|
1170
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] a:hover:not(:disabled, [aria-disabled=true]), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] label:hover:not(:disabled, [aria-disabled=true]):has(input[type=checkbox]:checked) {
|
|
1171
|
+
cursor: pointer;
|
|
1172
|
+
background-color: var(--db-adaptive-bg-inverted-contrast-high-hovered);
|
|
1173
|
+
/* stylelint-disable-next-line db-ux/use-border-color */
|
|
1174
|
+
border-color: var(--db-adaptive-bg-inverted-contrast-high-hovered);
|
|
1175
|
+
}
|
|
1176
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:hover:not(:disabled, [aria-disabled=true]):is(textarea):has(input[type=checkbox]:checked), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] label:hover:not(:disabled, [aria-disabled=true]):is(textarea):has(input[type=checkbox]:checked), .db-tag[data-emphasis=strong]:hover:not(:disabled, [aria-disabled=true]):is(textarea):has(label, button:not(.db-tab-remove-button), a), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong]:not(:has(dbbutton)) button:hover:not(:disabled, [aria-disabled=true]):is(textarea):not(.db-tab-remove-button),
|
|
1177
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] dbbutton:not(.db-tab-remove-button) > button:hover:not(:disabled, [aria-disabled=true]):is(textarea),
|
|
1178
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] db-button > button:hover:not(:disabled, [aria-disabled=true]):is(textarea),
|
|
1179
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] a:hover:not(:disabled, [aria-disabled=true]):is(textarea), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] label:hover:not(:disabled, [aria-disabled=true]):is(textarea):has(input[type=checkbox]:checked), .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:hover:not(:disabled, [aria-disabled=true]):is(input):has(input[type=checkbox]:checked), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] label:hover:not(:disabled, [aria-disabled=true]):is(input):has(input[type=checkbox]:checked), .db-tag[data-emphasis=strong]:hover:not(:disabled, [aria-disabled=true]):is(input):has(label, button:not(.db-tab-remove-button), a), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong]:not(:has(dbbutton)) button:hover:not(:disabled, [aria-disabled=true]):is(input):not(.db-tab-remove-button),
|
|
1180
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] dbbutton:not(.db-tab-remove-button) > button:hover:not(:disabled, [aria-disabled=true]):is(input),
|
|
1181
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] db-button > button:hover:not(:disabled, [aria-disabled=true]):is(input),
|
|
1182
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] a:hover:not(:disabled, [aria-disabled=true]):is(input), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] label:hover:not(:disabled, [aria-disabled=true]):is(input):has(input[type=checkbox]:checked) {
|
|
1183
|
+
cursor: initial;
|
|
1184
|
+
}
|
|
1185
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:hover:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]):has(input[type=checkbox]:checked), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] label:hover:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]):has(input[type=checkbox]:checked), .db-tag[data-emphasis=strong]:hover:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]):has(label, button:not(.db-tab-remove-button), a), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong]:not(:has(dbbutton)) button:hover:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]):not(.db-tab-remove-button),
|
|
1186
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] dbbutton:not(.db-tab-remove-button) > button:hover:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]),
|
|
1187
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] db-button > button:hover:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]),
|
|
1188
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] a:hover:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] label:hover:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]):has(input[type=checkbox]:checked), .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:hover:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)):has(input[type=checkbox]:checked), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] label:hover:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)):has(input[type=checkbox]:checked), .db-tag[data-emphasis=strong]:hover:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)):has(label, button:not(.db-tab-remove-button), a), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong]:not(:has(dbbutton)) button:hover:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)):not(.db-tab-remove-button),
|
|
1189
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] dbbutton:not(.db-tab-remove-button) > button:hover:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)),
|
|
1190
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] db-button > button:hover:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)),
|
|
1191
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] a:hover:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] label:hover:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)):has(input[type=checkbox]:checked) {
|
|
1192
|
+
cursor: pointer;
|
|
1193
|
+
}
|
|
1194
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:active:not(:disabled, [aria-disabled=true]):has(input[type=checkbox]:checked), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] label:active:not(:disabled, [aria-disabled=true]):has(input[type=checkbox]:checked), .db-tag[data-emphasis=strong]:active:not(:disabled, [aria-disabled=true]):has(label, button:not(.db-tab-remove-button), a), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong]:not(:has(dbbutton)) button:active:not(:disabled, [aria-disabled=true]):not(.db-tab-remove-button),
|
|
1195
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] dbbutton:not(.db-tab-remove-button) > button:active:not(:disabled, [aria-disabled=true]),
|
|
1196
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] db-button > button:active:not(:disabled, [aria-disabled=true]),
|
|
1197
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] a:active:not(:disabled, [aria-disabled=true]), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] label:active:not(:disabled, [aria-disabled=true]):has(input[type=checkbox]:checked) {
|
|
1198
|
+
cursor: pointer;
|
|
1199
|
+
background-color: var(--db-adaptive-bg-inverted-contrast-high-pressed);
|
|
1200
|
+
/* stylelint-disable-next-line db-ux/use-border-color */
|
|
1201
|
+
border-color: var(--db-adaptive-bg-inverted-contrast-high-pressed);
|
|
1202
|
+
}
|
|
1203
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:active:not(:disabled, [aria-disabled=true]):is(textarea):has(input[type=checkbox]:checked), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] label:active:not(:disabled, [aria-disabled=true]):is(textarea):has(input[type=checkbox]:checked), .db-tag[data-emphasis=strong]:active:not(:disabled, [aria-disabled=true]):is(textarea):has(label, button:not(.db-tab-remove-button), a), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong]:not(:has(dbbutton)) button:active:not(:disabled, [aria-disabled=true]):is(textarea):not(.db-tab-remove-button),
|
|
1204
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] dbbutton:not(.db-tab-remove-button) > button:active:not(:disabled, [aria-disabled=true]):is(textarea),
|
|
1205
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] db-button > button:active:not(:disabled, [aria-disabled=true]):is(textarea),
|
|
1206
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] a:active:not(:disabled, [aria-disabled=true]):is(textarea), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] label:active:not(:disabled, [aria-disabled=true]):is(textarea):has(input[type=checkbox]:checked), .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:active:not(:disabled, [aria-disabled=true]):is(input):has(input[type=checkbox]:checked), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] label:active:not(:disabled, [aria-disabled=true]):is(input):has(input[type=checkbox]:checked), .db-tag[data-emphasis=strong]:active:not(:disabled, [aria-disabled=true]):is(input):has(label, button:not(.db-tab-remove-button), a), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong]:not(:has(dbbutton)) button:active:not(:disabled, [aria-disabled=true]):is(input):not(.db-tab-remove-button),
|
|
1207
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] dbbutton:not(.db-tab-remove-button) > button:active:not(:disabled, [aria-disabled=true]):is(input),
|
|
1208
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] db-button > button:active:not(:disabled, [aria-disabled=true]):is(input),
|
|
1209
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] a:active:not(:disabled, [aria-disabled=true]):is(input), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] label:active:not(:disabled, [aria-disabled=true]):is(input):has(input[type=checkbox]:checked) {
|
|
1210
|
+
cursor: initial;
|
|
1211
|
+
}
|
|
1212
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:active:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]):has(input[type=checkbox]:checked), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] label:active:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]):has(input[type=checkbox]:checked), .db-tag[data-emphasis=strong]:active:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]):has(label, button:not(.db-tab-remove-button), a), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong]:not(:has(dbbutton)) button:active:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]):not(.db-tab-remove-button),
|
|
1213
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] dbbutton:not(.db-tab-remove-button) > button:active:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]),
|
|
1214
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] db-button > button:active:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]),
|
|
1215
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] a:active:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] label:active:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]):has(input[type=checkbox]:checked), .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:active:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)):has(input[type=checkbox]:checked), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] label:active:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)):has(input[type=checkbox]:checked), .db-tag[data-emphasis=strong]:active:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)):has(label, button:not(.db-tab-remove-button), a), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong]:not(:has(dbbutton)) button:active:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)):not(.db-tab-remove-button),
|
|
1216
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] dbbutton:not(.db-tab-remove-button) > button:active:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)),
|
|
1217
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] db-button > button:active:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)),
|
|
1218
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] a:active:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] label:active:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)):has(input[type=checkbox]:checked) {
|
|
1219
|
+
cursor: pointer;
|
|
1220
|
+
}
|
|
1221
|
+
|
|
1222
|
+
[data-no-text=true].db-tag {
|
|
1223
|
+
--icon-margin-after: 0;
|
|
1224
|
+
font-size: 0 !important;
|
|
1225
|
+
/* stylelint-disable-next-line at-rule-empty-line-before */
|
|
1226
|
+
padding: 0;
|
|
1227
|
+
gap: 0;
|
|
1228
|
+
}
|
|
1229
|
+
[data-no-text=true].db-tag::before {
|
|
1230
|
+
--db-icon-margin-end: 0;
|
|
1231
|
+
}
|
|
1232
|
+
[data-no-text=true].db-tag label {
|
|
1233
|
+
font-size: 0 !important;
|
|
1234
|
+
/* stylelint-disable-next-line at-rule-empty-line-before */
|
|
1235
|
+
}
|
|
1236
|
+
[data-no-text=true].db-tag label::before {
|
|
1237
|
+
--db-icon-margin-end: 0;
|
|
1238
|
+
}
|
|
1239
|
+
.db-tag:not([data-no-text=true]) {
|
|
1240
|
+
--db-padding-inline-start: var(--db-spacing-fixed-2xs);
|
|
1241
|
+
/* stylelint-disable-next-line db-ux/use-spacings */
|
|
1242
|
+
padding-inline: var(--db-padding-inline-start) var(--db-spacing-fixed-2xs);
|
|
1243
|
+
}
|
|
1244
|
+
.db-tag:not([data-no-text=true]):has(.db-tab-remove-button) {
|
|
1245
|
+
padding-inline-end: 0;
|
|
1246
|
+
}
|
|
1247
|
+
.db-tag:not([data-no-text=true]):has(dbbutton):has(dbbutton:not(.db-tab-remove-button)), .db-tag:not([data-no-text=true]):has(db-button):has(db-button:not(.db-tab-remove-button)), .db-tag:not([data-no-text=true]):not(:has(dbbutton)):has(button:not(.db-tab-remove-button)), .db-tag:not([data-no-text=true]):has(a), .db-tag:not([data-no-text=true]):has(label) {
|
|
1248
|
+
padding-inline: 0;
|
|
1249
|
+
}
|
|
1250
|
+
|
|
1251
|
+
.db-tag {
|
|
1252
|
+
--db-icon-margin-end: 0;
|
|
1253
|
+
padding-block: 0;
|
|
1254
|
+
block-size: var(--db-sizing-sm);
|
|
1255
|
+
min-inline-size: var(--db-sizing-sm);
|
|
1256
|
+
inline-size: fit-content;
|
|
1257
|
+
position: relative;
|
|
1258
|
+
gap: var(--db-spacing-fixed-2xs);
|
|
1259
|
+
}
|
|
1260
|
+
.db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=neutral], .db-tag:has(.db-tab-remove-button)[data-semantic=neutral] {
|
|
1261
|
+
border-color: var(--db-neutral-on-bg-basic-emphasis-60-default);
|
|
1262
|
+
background-color: var(--db-neutral-bg-basic-level-1-default);
|
|
1263
|
+
color: var(--db-neutral-on-bg-basic-emphasis-80-default);
|
|
1264
|
+
}
|
|
1265
|
+
.db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=neutral]::before, .db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=neutral]::after, .db-tag:has(.db-tab-remove-button)[data-semantic=neutral]::before, .db-tag:has(.db-tab-remove-button)[data-semantic=neutral]::after {
|
|
1266
|
+
--db-icon-color: var(--db-neutral-on-bg-basic-emphasis-80-default);
|
|
1267
|
+
}
|
|
1268
|
+
.db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=neutral][data-emphasis=strong], .db-tag:has(.db-tab-remove-button)[data-semantic=neutral][data-emphasis=strong] {
|
|
1269
|
+
border-color: var(--db-neutral-on-bg-basic-emphasis-80-default);
|
|
1270
|
+
background-color: var(--db-neutral-bg-inverted-contrast-high-default);
|
|
1271
|
+
color: var(--db-neutral-on-bg-inverted-default);
|
|
1272
|
+
}
|
|
1273
|
+
.db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=neutral][data-emphasis=strong]::before, .db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=neutral][data-emphasis=strong]::after, .db-tag:has(.db-tab-remove-button)[data-semantic=neutral][data-emphasis=strong]::before, .db-tag:has(.db-tab-remove-button)[data-semantic=neutral][data-emphasis=strong]::after {
|
|
1274
|
+
--db-icon-color: var(--db-neutral-on-bg-inverted-default);
|
|
1275
|
+
}
|
|
1276
|
+
.db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=neutral][data-emphasis=origin], .db-tag:has(.db-tab-remove-button)[data-semantic=neutral][data-emphasis=origin] {
|
|
1277
|
+
border-color: var(--db-neutral-on-bg-basic-emphasis-70-default);
|
|
1278
|
+
background-color: var(--db-neutral-origin-default);
|
|
1279
|
+
color: var(--db-neutral-on-origin-default);
|
|
1280
|
+
}
|
|
1281
|
+
.db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=neutral][data-emphasis=origin]::before, .db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=neutral][data-emphasis=origin]::after, .db-tag:has(.db-tab-remove-button)[data-semantic=neutral][data-emphasis=origin]::before, .db-tag:has(.db-tab-remove-button)[data-semantic=neutral][data-emphasis=origin]::after {
|
|
1282
|
+
--db-icon-color: var(--db-neutral-on-origin-default);
|
|
1283
|
+
}
|
|
1284
|
+
.db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=critical], .db-tag:has(.db-tab-remove-button)[data-semantic=critical] {
|
|
1285
|
+
border-color: var(--db-critical-on-bg-basic-emphasis-60-default);
|
|
1286
|
+
background-color: var(--db-critical-bg-basic-level-1-default);
|
|
1287
|
+
color: var(--db-critical-on-bg-basic-emphasis-80-default);
|
|
1288
|
+
}
|
|
1289
|
+
.db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=critical]::before, .db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=critical]::after, .db-tag:has(.db-tab-remove-button)[data-semantic=critical]::before, .db-tag:has(.db-tab-remove-button)[data-semantic=critical]::after {
|
|
1290
|
+
--db-icon-color: var(--db-critical-on-bg-basic-emphasis-80-default);
|
|
1291
|
+
}
|
|
1292
|
+
.db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=critical][data-emphasis=strong], .db-tag:has(.db-tab-remove-button)[data-semantic=critical][data-emphasis=strong] {
|
|
1293
|
+
border-color: var(--db-critical-on-bg-basic-emphasis-80-default);
|
|
1294
|
+
background-color: var(--db-critical-bg-inverted-contrast-high-default);
|
|
1295
|
+
color: var(--db-critical-on-bg-inverted-default);
|
|
1296
|
+
}
|
|
1297
|
+
.db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=critical][data-emphasis=strong]::before, .db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=critical][data-emphasis=strong]::after, .db-tag:has(.db-tab-remove-button)[data-semantic=critical][data-emphasis=strong]::before, .db-tag:has(.db-tab-remove-button)[data-semantic=critical][data-emphasis=strong]::after {
|
|
1298
|
+
--db-icon-color: var(--db-critical-on-bg-inverted-default);
|
|
1299
|
+
}
|
|
1300
|
+
.db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=critical][data-emphasis=origin], .db-tag:has(.db-tab-remove-button)[data-semantic=critical][data-emphasis=origin] {
|
|
1301
|
+
border-color: var(--db-critical-on-bg-basic-emphasis-70-default);
|
|
1302
|
+
background-color: var(--db-critical-origin-default);
|
|
1303
|
+
color: var(--db-critical-on-origin-default);
|
|
1304
|
+
}
|
|
1305
|
+
.db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=critical][data-emphasis=origin]::before, .db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=critical][data-emphasis=origin]::after, .db-tag:has(.db-tab-remove-button)[data-semantic=critical][data-emphasis=origin]::before, .db-tag:has(.db-tab-remove-button)[data-semantic=critical][data-emphasis=origin]::after {
|
|
1306
|
+
--db-icon-color: var(--db-critical-on-origin-default);
|
|
1307
|
+
}
|
|
1308
|
+
.db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=successful], .db-tag:has(.db-tab-remove-button)[data-semantic=successful] {
|
|
1309
|
+
border-color: var(--db-successful-on-bg-basic-emphasis-60-default);
|
|
1310
|
+
background-color: var(--db-successful-bg-basic-level-1-default);
|
|
1311
|
+
color: var(--db-successful-on-bg-basic-emphasis-80-default);
|
|
1312
|
+
}
|
|
1313
|
+
.db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=successful]::before, .db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=successful]::after, .db-tag:has(.db-tab-remove-button)[data-semantic=successful]::before, .db-tag:has(.db-tab-remove-button)[data-semantic=successful]::after {
|
|
1314
|
+
--db-icon-color: var(--db-successful-on-bg-basic-emphasis-80-default);
|
|
1315
|
+
}
|
|
1316
|
+
.db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=successful][data-emphasis=strong], .db-tag:has(.db-tab-remove-button)[data-semantic=successful][data-emphasis=strong] {
|
|
1317
|
+
border-color: var(--db-successful-on-bg-basic-emphasis-80-default);
|
|
1318
|
+
background-color: var(--db-successful-bg-inverted-contrast-high-default);
|
|
1319
|
+
color: var(--db-successful-on-bg-inverted-default);
|
|
1320
|
+
}
|
|
1321
|
+
.db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=successful][data-emphasis=strong]::before, .db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=successful][data-emphasis=strong]::after, .db-tag:has(.db-tab-remove-button)[data-semantic=successful][data-emphasis=strong]::before, .db-tag:has(.db-tab-remove-button)[data-semantic=successful][data-emphasis=strong]::after {
|
|
1322
|
+
--db-icon-color: var(--db-successful-on-bg-inverted-default);
|
|
1323
|
+
}
|
|
1324
|
+
.db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=successful][data-emphasis=origin], .db-tag:has(.db-tab-remove-button)[data-semantic=successful][data-emphasis=origin] {
|
|
1325
|
+
border-color: var(--db-successful-on-bg-basic-emphasis-70-default);
|
|
1326
|
+
background-color: var(--db-successful-origin-default);
|
|
1327
|
+
color: var(--db-successful-on-origin-default);
|
|
1328
|
+
}
|
|
1329
|
+
.db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=successful][data-emphasis=origin]::before, .db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=successful][data-emphasis=origin]::after, .db-tag:has(.db-tab-remove-button)[data-semantic=successful][data-emphasis=origin]::before, .db-tag:has(.db-tab-remove-button)[data-semantic=successful][data-emphasis=origin]::after {
|
|
1330
|
+
--db-icon-color: var(--db-successful-on-origin-default);
|
|
1331
|
+
}
|
|
1332
|
+
.db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=warning], .db-tag:has(.db-tab-remove-button)[data-semantic=warning] {
|
|
1333
|
+
border-color: var(--db-warning-on-bg-basic-emphasis-60-default);
|
|
1334
|
+
background-color: var(--db-warning-bg-basic-level-1-default);
|
|
1335
|
+
color: var(--db-warning-on-bg-basic-emphasis-80-default);
|
|
1336
|
+
}
|
|
1337
|
+
.db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=warning]::before, .db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=warning]::after, .db-tag:has(.db-tab-remove-button)[data-semantic=warning]::before, .db-tag:has(.db-tab-remove-button)[data-semantic=warning]::after {
|
|
1338
|
+
--db-icon-color: var(--db-warning-on-bg-basic-emphasis-80-default);
|
|
1339
|
+
}
|
|
1340
|
+
.db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=warning][data-emphasis=strong], .db-tag:has(.db-tab-remove-button)[data-semantic=warning][data-emphasis=strong] {
|
|
1341
|
+
border-color: var(--db-warning-on-bg-basic-emphasis-80-default);
|
|
1342
|
+
background-color: var(--db-warning-bg-inverted-contrast-high-default);
|
|
1343
|
+
color: var(--db-warning-on-bg-inverted-default);
|
|
1344
|
+
}
|
|
1345
|
+
.db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=warning][data-emphasis=strong]::before, .db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=warning][data-emphasis=strong]::after, .db-tag:has(.db-tab-remove-button)[data-semantic=warning][data-emphasis=strong]::before, .db-tag:has(.db-tab-remove-button)[data-semantic=warning][data-emphasis=strong]::after {
|
|
1346
|
+
--db-icon-color: var(--db-warning-on-bg-inverted-default);
|
|
1347
|
+
}
|
|
1348
|
+
.db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=warning][data-emphasis=origin], .db-tag:has(.db-tab-remove-button)[data-semantic=warning][data-emphasis=origin] {
|
|
1349
|
+
border-color: var(--db-warning-on-bg-basic-emphasis-70-default);
|
|
1350
|
+
background-color: var(--db-warning-origin-default);
|
|
1351
|
+
color: var(--db-warning-on-origin-default);
|
|
1352
|
+
}
|
|
1353
|
+
.db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=warning][data-emphasis=origin]::before, .db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=warning][data-emphasis=origin]::after, .db-tag:has(.db-tab-remove-button)[data-semantic=warning][data-emphasis=origin]::before, .db-tag:has(.db-tab-remove-button)[data-semantic=warning][data-emphasis=origin]::after {
|
|
1354
|
+
--db-icon-color: var(--db-warning-on-origin-default);
|
|
1355
|
+
}
|
|
1356
|
+
.db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=informational], .db-tag:has(.db-tab-remove-button)[data-semantic=informational] {
|
|
1357
|
+
border-color: var(--db-informational-on-bg-basic-emphasis-60-default);
|
|
1358
|
+
background-color: var(--db-informational-bg-basic-level-1-default);
|
|
1359
|
+
color: var(--db-informational-on-bg-basic-emphasis-80-default);
|
|
1360
|
+
}
|
|
1361
|
+
.db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=informational]::before, .db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=informational]::after, .db-tag:has(.db-tab-remove-button)[data-semantic=informational]::before, .db-tag:has(.db-tab-remove-button)[data-semantic=informational]::after {
|
|
1362
|
+
--db-icon-color: var(--db-informational-on-bg-basic-emphasis-80-default);
|
|
1363
|
+
}
|
|
1364
|
+
.db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=informational][data-emphasis=strong], .db-tag:has(.db-tab-remove-button)[data-semantic=informational][data-emphasis=strong] {
|
|
1365
|
+
border-color: var(--db-informational-on-bg-basic-emphasis-80-default);
|
|
1366
|
+
background-color: var(--db-informational-bg-inverted-contrast-high-default);
|
|
1367
|
+
color: var(--db-informational-on-bg-inverted-default);
|
|
1368
|
+
}
|
|
1369
|
+
.db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=informational][data-emphasis=strong]::before, .db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=informational][data-emphasis=strong]::after, .db-tag:has(.db-tab-remove-button)[data-semantic=informational][data-emphasis=strong]::before, .db-tag:has(.db-tab-remove-button)[data-semantic=informational][data-emphasis=strong]::after {
|
|
1370
|
+
--db-icon-color: var(--db-informational-on-bg-inverted-default);
|
|
1371
|
+
}
|
|
1372
|
+
.db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=informational][data-emphasis=origin], .db-tag:has(.db-tab-remove-button)[data-semantic=informational][data-emphasis=origin] {
|
|
1373
|
+
border-color: var(--db-informational-on-bg-basic-emphasis-70-default);
|
|
1374
|
+
background-color: var(--db-informational-origin-default);
|
|
1375
|
+
color: var(--db-informational-on-origin-default);
|
|
1376
|
+
}
|
|
1377
|
+
.db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=informational][data-emphasis=origin]::before, .db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=informational][data-emphasis=origin]::after, .db-tag:has(.db-tab-remove-button)[data-semantic=informational][data-emphasis=origin]::before, .db-tag:has(.db-tab-remove-button)[data-semantic=informational][data-emphasis=origin]::after {
|
|
1378
|
+
--db-icon-color: var(--db-informational-on-origin-default);
|
|
1379
|
+
}
|
|
1380
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a) {
|
|
1381
|
+
--db-icon-margin-end: var(--db-spacing-fixed-2xs);
|
|
1382
|
+
}
|
|
1383
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-icon]:not([data-hide-icon=true])::before {
|
|
1384
|
+
position: absolute;
|
|
1385
|
+
inset-block-start: calc(50% - 0.5em);
|
|
1386
|
+
inset-inline-start: var(--db-spacing-fixed-2xs);
|
|
1387
|
+
pointer-events: none;
|
|
1388
|
+
z-index: 1;
|
|
1389
|
+
}
|
|
1390
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-icon]:not([data-hide-icon=true]) a,
|
|
1391
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-icon]:not([data-hide-icon=true]) button,
|
|
1392
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a)[data-icon]:not([data-hide-icon=true]) label {
|
|
1393
|
+
--db-padding-inline-start: calc(
|
|
1394
|
+
var(--db-spacing-fixed-2xs) + var(--db-icon-margin-end, var(--db-spacing-fixed-xs)) +
|
|
1395
|
+
var(--db-base-font-size) * var(--db-base-line-height)
|
|
1396
|
+
);
|
|
1397
|
+
/* stylelint-disable-next-line db-ux/use-spacings */
|
|
1398
|
+
padding-inline-start: var(--db-padding-inline-start);
|
|
1399
|
+
}
|
|
1400
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a) input:checked {
|
|
1401
|
+
background-color: transparent;
|
|
1402
|
+
/* stylelint-disable-next-line a11y/selector-pseudo-class-focus */
|
|
1403
|
+
}
|
|
1404
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a) input:checked:hover:not(:disabled, [aria-disabled=true]) {
|
|
1405
|
+
cursor: pointer;
|
|
1406
|
+
background-color: transparent;
|
|
1407
|
+
}
|
|
1408
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a) input:checked:hover:not(:disabled, [aria-disabled=true]):is(input) {
|
|
1409
|
+
cursor: initial;
|
|
1410
|
+
}
|
|
1411
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a) input:checked:hover:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]), .db-tag:has(label, button:not(.db-tab-remove-button), a) input:checked:hover:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)) {
|
|
1412
|
+
cursor: pointer;
|
|
1413
|
+
}
|
|
1414
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a) input:checked:active:not(:disabled, [aria-disabled=true]) {
|
|
1415
|
+
cursor: pointer;
|
|
1416
|
+
background-color: transparent;
|
|
1417
|
+
}
|
|
1418
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a) input:checked:active:not(:disabled, [aria-disabled=true]):is(input) {
|
|
1419
|
+
cursor: initial;
|
|
1420
|
+
}
|
|
1421
|
+
.db-tag:has(label, button:not(.db-tab-remove-button), a) input:checked:active:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]), .db-tag:has(label, button:not(.db-tab-remove-button), a) input:checked:active:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)) {
|
|
1422
|
+
cursor: pointer;
|
|
1423
|
+
}
|
|
1424
|
+
.db-tag button:nth-of-type(2),
|
|
1425
|
+
.db-tag dbbutton:nth-of-type(2), .db-tag:has(db-button):has(dbbutton) .db-tab-remove-button {
|
|
1426
|
+
display: none;
|
|
1427
|
+
}
|
|
1428
|
+
.db-tag > :is([class=db-checkbox],
|
|
1429
|
+
[class=db-radio],
|
|
1430
|
+
[class=db-link],
|
|
1431
|
+
[class=db-button]) {
|
|
1432
|
+
block-size: 100%;
|
|
1433
|
+
}
|
|
1434
|
+
|
|
1435
|
+
.db-tag[data-show-check-state=true] label {
|
|
1436
|
+
--db-icon-margin-start: var(--db-spacing-fixed-2xs);
|
|
1437
|
+
/* TODO: maybe we could get rid of an expensive :has selector by defining this icon on the input itself */
|
|
1438
|
+
}
|
|
1439
|
+
.db-tag[data-show-check-state=true] label:not([data-hide-icon-after=true])::after {
|
|
1440
|
+
--db-icon-after: "circle";
|
|
1441
|
+
content: var(--db-icon-after, attr(data-icon-after));
|
|
1442
|
+
content: var(--db-icon-after, attr(data-icon-after))/"";
|
|
1443
|
+
margin-inline-start: var(--db-icon-margin-start, var(--db-spacing-fixed-xs));
|
|
1444
|
+
}
|
|
1445
|
+
.db-tag[data-show-check-state=true] label:has(input:checked):not([data-hide-icon-after=true])::after {
|
|
1446
|
+
--db-icon-after: "check_circle";
|
|
1447
|
+
content: var(--db-icon-after, attr(data-icon-after));
|
|
1448
|
+
content: var(--db-icon-after, attr(data-icon-after))/"";
|
|
1449
|
+
margin-inline-start: var(--db-icon-margin-start, var(--db-spacing-fixed-xs));
|
|
1450
|
+
}
|
|
1451
|
+
.db-tag label {
|
|
1452
|
+
inline-size: 100%;
|
|
1453
|
+
margin-inline-start: 0;
|
|
1454
|
+
display: flex;
|
|
1455
|
+
align-items: center;
|
|
1456
|
+
}
|
|
1457
|
+
@media (forced-colors: active) {
|
|
1458
|
+
.db-tag label:not(:has(input:checked)) {
|
|
1459
|
+
border-style: dashed;
|
|
1460
|
+
}
|
|
1461
|
+
}
|
|
1462
|
+
.db-tag label::after {
|
|
1463
|
+
/* Those variables are only for components to calculate heights and change icons */
|
|
1464
|
+
--db-icon-font-weight: var(--db-base-body-icon-weight-xs);
|
|
1465
|
+
--db-icon-font-size: var(--db-base-body-icon-font-size-xs);
|
|
1466
|
+
--db-base-line-height: var(--db-type-body-line-height-xs);
|
|
1467
|
+
--db-base-font-size: var(--db-type-body-font-size-xs);
|
|
1468
|
+
}
|
|
1469
|
+
.db-tag label:has(input:checked) {
|
|
1470
|
+
border-width: var(--db-border-height-3xs);
|
|
1471
|
+
}
|
|
1472
|
+
.db-tag label:has(input:checked)::before {
|
|
1473
|
+
content: none;
|
|
1474
|
+
}
|
|
1475
|
+
.db-tag label input {
|
|
1476
|
+
appearance: none;
|
|
1477
|
+
inline-size: 100%;
|
|
1478
|
+
block-size: 100%;
|
|
1479
|
+
position: absolute;
|
|
1480
|
+
margin-inline-end: initial;
|
|
1481
|
+
border: 0;
|
|
1482
|
+
border-radius: inherit;
|
|
1483
|
+
cursor: pointer;
|
|
1484
|
+
inset: 0;
|
|
1485
|
+
aspect-ratio: unset;
|
|
1486
|
+
}
|
|
1487
|
+
.db-tag label input:checked:not([data-hide-icon-before=true])::before {
|
|
1488
|
+
content: none;
|
|
1489
|
+
}
|
|
1490
|
+
.db-tag a {
|
|
1491
|
+
display: inline-flex;
|
|
1492
|
+
align-items: center;
|
|
1493
|
+
text-decoration: none;
|
|
1494
|
+
}
|
|
1495
|
+
.db-tag a::after {
|
|
1496
|
+
--db-icon-margin-start: 0;
|
|
1497
|
+
--db-icon-font-size: 0;
|
|
1498
|
+
content: none !important;
|
|
1499
|
+
}
|
|
1500
|
+
.db-tag .db-link:is(:hover, :focus, :active) {
|
|
1501
|
+
color: inherit;
|
|
1502
|
+
}
|
|
1503
|
+
.db-tag:not(:has(dbbutton, db-button)):has(button:not(.db-tab-remove-button)), .db-tag:has(:is(dbbutton, db-button):not(.db-tab-remove-button), a, label) {
|
|
1504
|
+
border: 0;
|
|
1505
|
+
}
|
|
1506
|
+
.db-tag button,
|
|
1507
|
+
.db-tag a,
|
|
1508
|
+
.db-tag label {
|
|
1509
|
+
block-size: inherit;
|
|
1510
|
+
padding: 0 var(--db-spacing-fixed-2xs);
|
|
1511
|
+
border-radius: var(--db-border-radius-xs);
|
|
1512
|
+
font-weight: 700;
|
|
1513
|
+
appearance: none;
|
|
1514
|
+
}
|
|
1515
|
+
.db-tag db-button,
|
|
1516
|
+
.db-tag dbbutton,
|
|
1517
|
+
.db-tag db-checkbox,
|
|
1518
|
+
.db-tag dbcheckbox,
|
|
1519
|
+
.db-tag db-radio,
|
|
1520
|
+
.db-tag dbradio,
|
|
1521
|
+
.db-tag db-link,
|
|
1522
|
+
.db-tag dblink {
|
|
1523
|
+
block-size: inherit;
|
|
1524
|
+
}
|
|
1525
|
+
.db-tag:has(:disabled), .db-tag[data-disabled=true] {
|
|
1526
|
+
opacity: 0.4;
|
|
1527
|
+
pointer-events: none;
|
|
1528
|
+
}
|
|
1529
|
+
.db-tag[data-overflow=true] {
|
|
1530
|
+
max-inline-size: var(--db-sizing-2xl);
|
|
1531
|
+
}
|
|
1532
|
+
.db-tag[data-overflow=true] > * {
|
|
1533
|
+
inline-size: 100%;
|
|
1534
|
+
overflow: hidden;
|
|
1535
|
+
text-overflow: ellipsis;
|
|
1536
|
+
white-space: nowrap;
|
|
1537
|
+
}
|
|
1538
|
+
.db-tag .db-tab-remove-button:is(button),
|
|
1539
|
+
.db-tag .db-tab-remove-button button {
|
|
1540
|
+
background-color: var(--db-adaptive-bg-basic-transparent-full-default);
|
|
1541
|
+
color: currentcolor;
|
|
1542
|
+
border: 0;
|
|
1543
|
+
aspect-ratio: 1/1;
|
|
1544
|
+
}
|