@db-ux/core-components 4.4.3 → 4.5.1

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.
Files changed (132) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/build/components/accordion-item/accordion-item.css +40 -7
  3. package/build/components/accordion-item/accordion-item.scss +1 -1
  4. package/build/components/badge/badge.css +75 -11
  5. package/build/components/badge/badge.scss +6 -1
  6. package/build/components/brand/brand.css +2 -0
  7. package/build/components/brand/brand.scss +2 -0
  8. package/build/components/button/button.css +246 -60
  9. package/build/components/button/button.scss +1 -105
  10. package/build/components/card/card.css +88 -16
  11. package/build/components/checkbox/checkbox.css +1 -0
  12. package/build/components/custom-button/custom-button.css +893 -0
  13. package/build/components/custom-button/custom-button.scss +78 -0
  14. package/build/components/custom-select/custom-select.css +19 -3
  15. package/build/components/custom-select-dropdown/custom-select-dropdown.css +3 -0
  16. package/build/components/custom-select-dropdown/custom-select-dropdown.scss +1 -0
  17. package/build/components/custom-select-list-item/custom-select-list-item.css +36 -6
  18. package/build/components/drawer/drawer.css +6 -0
  19. package/build/components/drawer/drawer.scss +4 -0
  20. package/build/components/infotext/infotext.css +4 -0
  21. package/build/components/infotext/infotext.scss +4 -0
  22. package/build/components/input/input.css +31 -3
  23. package/build/components/input/input.scss +11 -0
  24. package/build/components/link/link.css +75 -12
  25. package/build/components/navigation-item/navigation-item.css +113 -21
  26. package/build/components/navigation-item/navigation-item.scss +2 -1
  27. package/build/components/notification/notification.css +39 -6
  28. package/build/components/popover/popover.css +2 -0
  29. package/build/components/select/select.css +19 -3
  30. package/build/components/switch/switch.css +1 -0
  31. package/build/components/tab-item/tab-item.css +52 -10
  32. package/build/components/tab-list/tab-list.css +2 -0
  33. package/build/components/tabs/tabs.css +2 -0
  34. package/build/components/tabs/tabs.scss +2 -0
  35. package/build/components/tag/tag.css +858 -125
  36. package/build/components/textarea/textarea.css +20 -3
  37. package/build/components/tooltip/tooltip.css +6 -1
  38. package/build/components/tooltip/tooltip.scss +12 -10
  39. package/build/styles/absolute.css +9 -9
  40. package/build/styles/component-animations.css +1 -1
  41. package/build/styles/index.css +8 -8
  42. package/build/styles/index.scss +1 -0
  43. package/build/styles/internal/_button-components.scss +141 -2
  44. package/build/styles/internal/_custom-elements.scss +1 -1
  45. package/build/styles/internal/_form-components.scss +5 -1
  46. package/build/styles/internal/_icon-passing.scss +23 -3
  47. package/build/styles/internal/_popover-component.scss +4 -4
  48. package/build/styles/relative.css +9 -9
  49. package/build/styles/rollup.css +9 -9
  50. package/build/styles/wc-workarounds.css +1 -1
  51. package/build/styles/webpack.css +9 -9
  52. package/package.json +9 -7
  53. package/build/assets/fallback-icon.svg +0 -3
  54. package/build/assets/fonts/OFL.txt +0 -93
  55. package/build/assets/fonts/OpenSans-Bold-EU.woff2 +0 -0
  56. package/build/assets/fonts/OpenSans-Bold.ttf +0 -0
  57. package/build/assets/fonts/OpenSans-ExtraBold-EU.woff2 +0 -0
  58. package/build/assets/fonts/OpenSans-ExtraBold.ttf +0 -0
  59. package/build/assets/fonts/OpenSans-Light-EU.woff2 +0 -0
  60. package/build/assets/fonts/OpenSans-Light.ttf +0 -0
  61. package/build/assets/fonts/OpenSans-Medium-EU.woff2 +0 -0
  62. package/build/assets/fonts/OpenSans-Medium.ttf +0 -0
  63. package/build/assets/fonts/OpenSans-Regular-EU.woff2 +0 -0
  64. package/build/assets/fonts/OpenSans-Regular.ttf +0 -0
  65. package/build/assets/fonts/OpenSans-SemiBold-EU.woff2 +0 -0
  66. package/build/assets/fonts/OpenSans-SemiBold.ttf +0 -0
  67. package/build/assets/fonts/README.md +0 -23
  68. package/build/assets/fonts/generate-eu-fonts.ts +0 -59
  69. package/build/assets/fonts/unicode-eu.txt +0 -15
  70. package/build/assets/icons/DB_LICENSE +0 -253
  71. package/build/assets/icons/LICENCES.json +0 -231
  72. package/build/assets/icons/arrow_down.svg +0 -1
  73. package/build/assets/icons/arrow_left.svg +0 -1
  74. package/build/assets/icons/arrow_right.svg +0 -1
  75. package/build/assets/icons/arrow_up.svg +0 -1
  76. package/build/assets/icons/arrow_up_right.svg +0 -1
  77. package/build/assets/icons/brand.svg +0 -1
  78. package/build/assets/icons/calendar.svg +0 -5
  79. package/build/assets/icons/chat.svg +0 -1
  80. package/build/assets/icons/check.svg +0 -1
  81. package/build/assets/icons/check_circle.svg +0 -1
  82. package/build/assets/icons/chevron_down.svg +0 -1
  83. package/build/assets/icons/chevron_left.svg +0 -1
  84. package/build/assets/icons/chevron_right.svg +0 -1
  85. package/build/assets/icons/chevron_up.svg +0 -1
  86. package/build/assets/icons/circle.svg +0 -1
  87. package/build/assets/icons/circle_small.svg +0 -1
  88. package/build/assets/icons/circular_arrows.svg +0 -1
  89. package/build/assets/icons/clock.svg +0 -1
  90. package/build/assets/icons/copy.svg +0 -1
  91. package/build/assets/icons/cross.svg +0 -1
  92. package/build/assets/icons/cross_circle.svg +0 -1
  93. package/build/assets/icons/double_chevron_down.svg +0 -1
  94. package/build/assets/icons/double_chevron_left.svg +0 -1
  95. package/build/assets/icons/double_chevron_right.svg +0 -1
  96. package/build/assets/icons/double_chevron_up.svg +0 -1
  97. package/build/assets/icons/exclamation_mark_circle.svg +0 -1
  98. package/build/assets/icons/exclamation_mark_triangle.svg +0 -1
  99. package/build/assets/icons/eye.svg +0 -1
  100. package/build/assets/icons/eye_disabled.svg +0 -1
  101. package/build/assets/icons/fonts/all/db-ux.woff2 +0 -0
  102. package/build/assets/icons/fonts/default/db-ux.woff2 +0 -0
  103. package/build/assets/icons/fonts/default_12/db-ux.woff2 +0 -0
  104. package/build/assets/icons/fonts/default_14/db-ux.woff2 +0 -0
  105. package/build/assets/icons/fonts/default_16/db-ux.woff2 +0 -0
  106. package/build/assets/icons/fonts/default_20/db-ux.woff2 +0 -0
  107. package/build/assets/icons/fonts/default_24/db-ux.woff2 +0 -0
  108. package/build/assets/icons/fonts/default_28/db-ux.woff2 +0 -0
  109. package/build/assets/icons/fonts/default_32/db-ux.woff2 +0 -0
  110. package/build/assets/icons/fonts/default_48/db-ux.woff2 +0 -0
  111. package/build/assets/icons/fonts/default_64/db-ux.woff2 +0 -0
  112. package/build/assets/icons/fonts/fallback/icon-font-fallback.woff2 +0 -0
  113. package/build/assets/icons/fonts/filled/db-ux.woff2 +0 -0
  114. package/build/assets/icons/fonts/filled_12/db-ux.woff2 +0 -0
  115. package/build/assets/icons/fonts/filled_14/db-ux.woff2 +0 -0
  116. package/build/assets/icons/fonts/filled_16/db-ux.woff2 +0 -0
  117. package/build/assets/icons/fonts/filled_20/db-ux.woff2 +0 -0
  118. package/build/assets/icons/fonts/filled_24/db-ux.woff2 +0 -0
  119. package/build/assets/icons/fonts/filled_28/db-ux.woff2 +0 -0
  120. package/build/assets/icons/fonts/filled_32/db-ux.woff2 +0 -0
  121. package/build/assets/icons/fonts/filled_48/db-ux.woff2 +0 -0
  122. package/build/assets/icons/fonts/filled_64/db-ux.woff2 +0 -0
  123. package/build/assets/icons/house.svg +0 -1
  124. package/build/assets/icons/information_circle.svg +0 -1
  125. package/build/assets/icons/magnifying_glass.svg +0 -1
  126. package/build/assets/icons/menu.svg +0 -1
  127. package/build/assets/icons/minus.svg +0 -1
  128. package/build/assets/icons/moon.svg +0 -1
  129. package/build/assets/icons/plus.svg +0 -1
  130. package/build/assets/icons/resize_handle_corner.svg +0 -1
  131. package/build/assets/icons/sun.svg +0 -1
  132. package/build/assets/icons/x_placeholder.svg +0 -1
@@ -4,10 +4,12 @@
4
4
 
5
5
  @keyframes popover-animation {
6
6
  0% {
7
+ pointer-events: none;
7
8
  opacity: 0;
8
9
  transform: translate(var(--db-popover-center-x, var(--db-popover-translate-x, 0%)), var(--db-popover-center-y, var(--db-popover-translate-y, 0%)));
9
10
  }
10
11
  100% {
12
+ pointer-events: auto;
11
13
  opacity: 1;
12
14
  transform: translate(var(--db-popover-center-x, 0%), var(--db-popover-center-y, 0%));
13
15
  }
@@ -904,6 +906,7 @@
904
906
  text-transform: none;
905
907
  overflow: clip;
906
908
  vertical-align: var(--db-icon-vertical-align, middle);
909
+ /* stylelint-disable-next-line db-ux/use-sizing */
907
910
  block-size: var(--db-icon-font-size, 1.5rem);
908
911
  aspect-ratio: 1;
909
912
  flex-shrink: 0;
@@ -925,19 +928,6 @@
925
928
  }
926
929
  }
927
930
 
928
- .db-tag {
929
- font-weight: 700;
930
- overflow-wrap: break-word;
931
- white-space: pre-line;
932
- justify-content: center;
933
- text-align: center;
934
- align-items: center;
935
- vertical-align: top;
936
- }
937
- .db-tag:not([hidden]) {
938
- display: inline-flex;
939
- }
940
-
941
931
  .db-tag {
942
932
  border: var(--db-border-width-3xs) solid var(--db-adaptive-on-bg-basic-emphasis-100-default);
943
933
  }
@@ -952,6 +942,19 @@
952
942
  border-radius: var(--db-border-radius-xs);
953
943
  }
954
944
 
945
+ .db-tag {
946
+ font-weight: 700;
947
+ overflow-wrap: break-word;
948
+ white-space: pre-line;
949
+ justify-content: center;
950
+ text-align: center;
951
+ align-items: center;
952
+ vertical-align: top;
953
+ }
954
+ .db-tag:not([hidden]) {
955
+ display: inline-flex;
956
+ }
957
+
955
958
  .db-tag:has(label, button:not(.db-tab-remove-button), a), .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]):not(:has(dbbutton)) button:not(.db-tab-remove-button),
956
959
  .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) dbbutton:not(.db-tab-remove-button) > button,
957
960
  .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) db-button > button,
@@ -982,84 +985,432 @@
982
985
  .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 {
983
986
  --db-icon-color: var(--db-adaptive-on-bg-basic-emphasis-80-default);
984
987
  }
985
- .db-tag: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):not([data-emphasis]):not(:has(dbbutton)) button:hover:not(:disabled, [aria-disabled=true]):not(.db-tab-remove-button),
986
- .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]),
987
- .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) db-button > button:hover:not(:disabled, [aria-disabled=true]),
988
- .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),
989
- .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]),
990
- .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] db-button > button:hover:not(:disabled, [aria-disabled=true]),
991
- .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)) {
988
+ .db-tag:hover:not(:disabled,
989
+ [aria-disabled=true],
990
+ [tabindex="-1"],
991
+ :has(:disabled)):has(label, button:not(.db-tab-remove-button), a), .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]):not(:has(dbbutton)) button:hover:not(:disabled,
992
+ [aria-disabled=true],
993
+ [tabindex="-1"],
994
+ :has(:disabled)):not(.db-tab-remove-button),
995
+ .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) dbbutton:not(.db-tab-remove-button) > button:hover:not(:disabled,
996
+ [aria-disabled=true],
997
+ [tabindex="-1"],
998
+ :has(:disabled)),
999
+ .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) db-button > button:hover:not(:disabled,
1000
+ [aria-disabled=true],
1001
+ [tabindex="-1"],
1002
+ :has(:disabled)),
1003
+ .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) a:hover:not(:disabled,
1004
+ [aria-disabled=true],
1005
+ [tabindex="-1"],
1006
+ :has(:disabled)), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak]:not(:has(dbbutton)) button:hover:not(:disabled,
1007
+ [aria-disabled=true],
1008
+ [tabindex="-1"],
1009
+ :has(:disabled)):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:hover:not(:disabled,
1011
+ [aria-disabled=true],
1012
+ [tabindex="-1"],
1013
+ :has(:disabled)),
1014
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] db-button > button:hover:not(:disabled,
1015
+ [aria-disabled=true],
1016
+ [tabindex="-1"],
1017
+ :has(:disabled)),
1018
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] a:hover:not(:disabled,
1019
+ [aria-disabled=true],
1020
+ [tabindex="-1"],
1021
+ :has(:disabled)), .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:hover:not(:disabled,
1022
+ [aria-disabled=true],
1023
+ [tabindex="-1"],
1024
+ :has(:disabled)):has(input), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] label:hover:not(:disabled,
1025
+ [aria-disabled=true],
1026
+ [tabindex="-1"],
1027
+ :has(:disabled)):has(input), .db-tag[data-emphasis=strong]:hover:not(:disabled,
1028
+ [aria-disabled=true],
1029
+ [tabindex="-1"],
1030
+ :has(:disabled)):has(label, button:not(.db-tab-remove-button), a):has(input):not(:has(input:checked)) {
992
1031
  cursor: var(--db-overwrite-cursor, pointer);
993
1032
  background-color: var(--db-adaptive-bg-basic-level-1-hovered);
994
1033
  }
995
- .db-tag: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):not([data-emphasis]):not(:has(dbbutton)) button:hover:not(:disabled, [aria-disabled=true]):is(textarea):not(.db-tab-remove-button),
996
- .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),
997
- .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),
998
- .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),
999
- .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),
1000
- .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),
1001
- .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: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):not([data-emphasis]):not(:has(dbbutton)) button:hover:not(:disabled, [aria-disabled=true]):is(input):not(.db-tab-remove-button),
1002
- .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),
1003
- .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),
1004
- .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),
1005
- .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),
1006
- .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),
1007
- .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)) {
1034
+ .db-tag:hover:not(:disabled,
1035
+ [aria-disabled=true],
1036
+ [tabindex="-1"],
1037
+ :has(:disabled)):is(textarea):has(label, button:not(.db-tab-remove-button), a), .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]):not(:has(dbbutton)) button:hover:not(:disabled,
1038
+ [aria-disabled=true],
1039
+ [tabindex="-1"],
1040
+ :has(:disabled)):is(textarea):not(.db-tab-remove-button),
1041
+ .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) dbbutton:not(.db-tab-remove-button) > button:hover:not(:disabled,
1042
+ [aria-disabled=true],
1043
+ [tabindex="-1"],
1044
+ :has(:disabled)):is(textarea),
1045
+ .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) db-button > button:hover:not(:disabled,
1046
+ [aria-disabled=true],
1047
+ [tabindex="-1"],
1048
+ :has(:disabled)):is(textarea),
1049
+ .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) a:hover:not(:disabled,
1050
+ [aria-disabled=true],
1051
+ [tabindex="-1"],
1052
+ :has(:disabled)):is(textarea), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak]:not(:has(dbbutton)) button:hover:not(:disabled,
1053
+ [aria-disabled=true],
1054
+ [tabindex="-1"],
1055
+ :has(:disabled)):is(textarea):not(.db-tab-remove-button),
1056
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] dbbutton:not(.db-tab-remove-button) > button:hover:not(:disabled,
1057
+ [aria-disabled=true],
1058
+ [tabindex="-1"],
1059
+ :has(:disabled)):is(textarea),
1060
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] db-button > button:hover:not(:disabled,
1061
+ [aria-disabled=true],
1062
+ [tabindex="-1"],
1063
+ :has(:disabled)):is(textarea),
1064
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] a:hover:not(:disabled,
1065
+ [aria-disabled=true],
1066
+ [tabindex="-1"],
1067
+ :has(:disabled)):is(textarea), .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:hover:not(:disabled,
1068
+ [aria-disabled=true],
1069
+ [tabindex="-1"],
1070
+ :has(:disabled)):is(textarea):has(input), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] label:hover:not(:disabled,
1071
+ [aria-disabled=true],
1072
+ [tabindex="-1"],
1073
+ :has(:disabled)):is(textarea):has(input), .db-tag[data-emphasis=strong]:hover:not(:disabled,
1074
+ [aria-disabled=true],
1075
+ [tabindex="-1"],
1076
+ :has(:disabled)):is(textarea):has(label, button:not(.db-tab-remove-button), a):has(input):not(:has(input:checked)), .db-tag:hover:not(:disabled,
1077
+ [aria-disabled=true],
1078
+ [tabindex="-1"],
1079
+ :has(:disabled)):is(input):has(label, button:not(.db-tab-remove-button), a), .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]):not(:has(dbbutton)) button:hover:not(:disabled,
1080
+ [aria-disabled=true],
1081
+ [tabindex="-1"],
1082
+ :has(:disabled)):is(input):not(.db-tab-remove-button),
1083
+ .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) dbbutton:not(.db-tab-remove-button) > button:hover:not(:disabled,
1084
+ [aria-disabled=true],
1085
+ [tabindex="-1"],
1086
+ :has(:disabled)):is(input),
1087
+ .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) db-button > button:hover:not(:disabled,
1088
+ [aria-disabled=true],
1089
+ [tabindex="-1"],
1090
+ :has(:disabled)):is(input),
1091
+ .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) a:hover:not(:disabled,
1092
+ [aria-disabled=true],
1093
+ [tabindex="-1"],
1094
+ :has(:disabled)):is(input), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak]:not(:has(dbbutton)) button:hover:not(:disabled,
1095
+ [aria-disabled=true],
1096
+ [tabindex="-1"],
1097
+ :has(:disabled)):is(input):not(.db-tab-remove-button),
1098
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] dbbutton:not(.db-tab-remove-button) > button:hover:not(:disabled,
1099
+ [aria-disabled=true],
1100
+ [tabindex="-1"],
1101
+ :has(:disabled)):is(input),
1102
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] db-button > button:hover:not(:disabled,
1103
+ [aria-disabled=true],
1104
+ [tabindex="-1"],
1105
+ :has(:disabled)):is(input),
1106
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] a:hover:not(:disabled,
1107
+ [aria-disabled=true],
1108
+ [tabindex="-1"],
1109
+ :has(:disabled)):is(input), .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:hover:not(:disabled,
1110
+ [aria-disabled=true],
1111
+ [tabindex="-1"],
1112
+ :has(:disabled)):is(input):has(input), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] label:hover:not(:disabled,
1113
+ [aria-disabled=true],
1114
+ [tabindex="-1"],
1115
+ :has(:disabled)):is(input):has(input), .db-tag[data-emphasis=strong]:hover:not(:disabled,
1116
+ [aria-disabled=true],
1117
+ [tabindex="-1"],
1118
+ :has(:disabled)):is(input):has(label, button:not(.db-tab-remove-button), a):has(input):not(:has(input:checked)) {
1008
1119
  cursor: initial;
1009
1120
  }
1010
- .db-tag: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):not([data-emphasis]):not(:has(dbbutton)) button:hover:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]):not(.db-tab-remove-button),
1011
- .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]),
1012
- .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]),
1013
- .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),
1014
- .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]),
1015
- .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]),
1016
- .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: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):not([data-emphasis]):not(:has(dbbutton)) button:hover:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)):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:hover:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)),
1018
- .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)),
1019
- .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),
1020
- .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)),
1021
- .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)),
1022
- .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) {
1121
+ .db-tag:hover:not(:disabled,
1122
+ [aria-disabled=true],
1123
+ [tabindex="-1"],
1124
+ :has(:disabled)):is(input[type=checkbox]):has(label, button:not(.db-tab-remove-button), a), .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]):not(:has(dbbutton)) button:hover:not(:disabled,
1125
+ [aria-disabled=true],
1126
+ [tabindex="-1"],
1127
+ :has(:disabled)):is(input[type=checkbox]):not(.db-tab-remove-button),
1128
+ .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) dbbutton:not(.db-tab-remove-button) > button:hover:not(:disabled,
1129
+ [aria-disabled=true],
1130
+ [tabindex="-1"],
1131
+ :has(:disabled)):is(input[type=checkbox]),
1132
+ .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) db-button > button:hover:not(:disabled,
1133
+ [aria-disabled=true],
1134
+ [tabindex="-1"],
1135
+ :has(:disabled)):is(input[type=checkbox]),
1136
+ .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) a:hover:not(:disabled,
1137
+ [aria-disabled=true],
1138
+ [tabindex="-1"],
1139
+ :has(:disabled)):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,
1140
+ [aria-disabled=true],
1141
+ [tabindex="-1"],
1142
+ :has(:disabled)):is(input[type=checkbox]):not(.db-tab-remove-button),
1143
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] dbbutton:not(.db-tab-remove-button) > button:hover:not(:disabled,
1144
+ [aria-disabled=true],
1145
+ [tabindex="-1"],
1146
+ :has(:disabled)):is(input[type=checkbox]),
1147
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] db-button > button:hover:not(:disabled,
1148
+ [aria-disabled=true],
1149
+ [tabindex="-1"],
1150
+ :has(:disabled)):is(input[type=checkbox]),
1151
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] a:hover:not(:disabled,
1152
+ [aria-disabled=true],
1153
+ [tabindex="-1"],
1154
+ :has(:disabled)):is(input[type=checkbox]), .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:hover:not(:disabled,
1155
+ [aria-disabled=true],
1156
+ [tabindex="-1"],
1157
+ :has(:disabled)):is(input[type=checkbox]):has(input), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] label:hover:not(:disabled,
1158
+ [aria-disabled=true],
1159
+ [tabindex="-1"],
1160
+ :has(:disabled)):is(input[type=checkbox]):has(input), .db-tag:hover:not(:disabled,
1161
+ [aria-disabled=true],
1162
+ [tabindex="-1"],
1163
+ :has(:disabled)):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):not([data-emphasis]):not(:has(dbbutton)) button:hover:not(:disabled,
1164
+ [aria-disabled=true],
1165
+ [tabindex="-1"],
1166
+ :has(:disabled)):is(input[type=radio]:not(:checked)):not(.db-tab-remove-button),
1167
+ .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) dbbutton:not(.db-tab-remove-button) > button:hover:not(:disabled,
1168
+ [aria-disabled=true],
1169
+ [tabindex="-1"],
1170
+ :has(:disabled)):is(input[type=radio]:not(:checked)),
1171
+ .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) db-button > button:hover:not(:disabled,
1172
+ [aria-disabled=true],
1173
+ [tabindex="-1"],
1174
+ :has(:disabled)):is(input[type=radio]:not(:checked)),
1175
+ .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) a:hover:not(:disabled,
1176
+ [aria-disabled=true],
1177
+ [tabindex="-1"],
1178
+ :has(:disabled)):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,
1179
+ [aria-disabled=true],
1180
+ [tabindex="-1"],
1181
+ :has(:disabled)):is(input[type=radio]:not(:checked)):not(.db-tab-remove-button),
1182
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] dbbutton:not(.db-tab-remove-button) > button:hover:not(:disabled,
1183
+ [aria-disabled=true],
1184
+ [tabindex="-1"],
1185
+ :has(:disabled)):is(input[type=radio]:not(:checked)),
1186
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] db-button > button:hover:not(:disabled,
1187
+ [aria-disabled=true],
1188
+ [tabindex="-1"],
1189
+ :has(:disabled)):is(input[type=radio]:not(:checked)),
1190
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] a:hover:not(:disabled,
1191
+ [aria-disabled=true],
1192
+ [tabindex="-1"],
1193
+ :has(:disabled)):is(input[type=radio]:not(:checked)), .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:hover:not(:disabled,
1194
+ [aria-disabled=true],
1195
+ [tabindex="-1"],
1196
+ :has(:disabled)):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,
1197
+ [aria-disabled=true],
1198
+ [tabindex="-1"],
1199
+ :has(:disabled)):is(input[type=radio]:not(:checked)):has(input) {
1023
1200
  cursor: pointer;
1024
1201
  }
1025
- .db-tag: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):not([data-emphasis]):not(:has(dbbutton)) button:active:not(:disabled, [aria-disabled=true]):not(.db-tab-remove-button),
1026
- .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]),
1027
- .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) db-button > button:active:not(:disabled, [aria-disabled=true]),
1028
- .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),
1029
- .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]),
1030
- .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] db-button > button:active:not(:disabled, [aria-disabled=true]),
1031
- .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)) {
1202
+ .db-tag:active:not(:disabled,
1203
+ [aria-disabled=true],
1204
+ [tabindex="-1"],
1205
+ :has(:disabled)):has(label, button:not(.db-tab-remove-button), a), .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]):not(:has(dbbutton)) button:active:not(:disabled,
1206
+ [aria-disabled=true],
1207
+ [tabindex="-1"],
1208
+ :has(:disabled)):not(.db-tab-remove-button),
1209
+ .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) dbbutton:not(.db-tab-remove-button) > button:active:not(:disabled,
1210
+ [aria-disabled=true],
1211
+ [tabindex="-1"],
1212
+ :has(:disabled)),
1213
+ .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) db-button > button:active:not(:disabled,
1214
+ [aria-disabled=true],
1215
+ [tabindex="-1"],
1216
+ :has(:disabled)),
1217
+ .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) a:active:not(:disabled,
1218
+ [aria-disabled=true],
1219
+ [tabindex="-1"],
1220
+ :has(:disabled)), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak]:not(:has(dbbutton)) button:active:not(:disabled,
1221
+ [aria-disabled=true],
1222
+ [tabindex="-1"],
1223
+ :has(:disabled)):not(.db-tab-remove-button),
1224
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] dbbutton:not(.db-tab-remove-button) > button:active:not(:disabled,
1225
+ [aria-disabled=true],
1226
+ [tabindex="-1"],
1227
+ :has(:disabled)),
1228
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] db-button > button:active:not(:disabled,
1229
+ [aria-disabled=true],
1230
+ [tabindex="-1"],
1231
+ :has(:disabled)),
1232
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] a:active:not(:disabled,
1233
+ [aria-disabled=true],
1234
+ [tabindex="-1"],
1235
+ :has(:disabled)), .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:active:not(:disabled,
1236
+ [aria-disabled=true],
1237
+ [tabindex="-1"],
1238
+ :has(:disabled)):has(input), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] label:active:not(:disabled,
1239
+ [aria-disabled=true],
1240
+ [tabindex="-1"],
1241
+ :has(:disabled)):has(input), .db-tag[data-emphasis=strong]:active:not(:disabled,
1242
+ [aria-disabled=true],
1243
+ [tabindex="-1"],
1244
+ :has(:disabled)):has(label, button:not(.db-tab-remove-button), a):has(input):not(:has(input:checked)) {
1032
1245
  cursor: var(--db-overwrite-cursor, pointer);
1033
1246
  background-color: var(--db-adaptive-bg-basic-level-1-pressed);
1034
1247
  }
1035
- .db-tag: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):not([data-emphasis]):not(:has(dbbutton)) button:active:not(:disabled, [aria-disabled=true]):is(textarea):not(.db-tab-remove-button),
1036
- .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),
1037
- .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),
1038
- .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),
1039
- .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),
1040
- .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),
1041
- .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: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):not([data-emphasis]):not(:has(dbbutton)) button:active:not(:disabled, [aria-disabled=true]):is(input):not(.db-tab-remove-button),
1042
- .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),
1043
- .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),
1044
- .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),
1045
- .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),
1046
- .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),
1047
- .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)) {
1248
+ .db-tag:active:not(:disabled,
1249
+ [aria-disabled=true],
1250
+ [tabindex="-1"],
1251
+ :has(:disabled)):is(textarea):has(label, button:not(.db-tab-remove-button), a), .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]):not(:has(dbbutton)) button:active:not(:disabled,
1252
+ [aria-disabled=true],
1253
+ [tabindex="-1"],
1254
+ :has(:disabled)):is(textarea):not(.db-tab-remove-button),
1255
+ .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) dbbutton:not(.db-tab-remove-button) > button:active:not(:disabled,
1256
+ [aria-disabled=true],
1257
+ [tabindex="-1"],
1258
+ :has(:disabled)):is(textarea),
1259
+ .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) db-button > button:active:not(:disabled,
1260
+ [aria-disabled=true],
1261
+ [tabindex="-1"],
1262
+ :has(:disabled)):is(textarea),
1263
+ .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) a:active:not(:disabled,
1264
+ [aria-disabled=true],
1265
+ [tabindex="-1"],
1266
+ :has(:disabled)):is(textarea), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak]:not(:has(dbbutton)) button:active:not(:disabled,
1267
+ [aria-disabled=true],
1268
+ [tabindex="-1"],
1269
+ :has(:disabled)):is(textarea):not(.db-tab-remove-button),
1270
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] dbbutton:not(.db-tab-remove-button) > button:active:not(:disabled,
1271
+ [aria-disabled=true],
1272
+ [tabindex="-1"],
1273
+ :has(:disabled)):is(textarea),
1274
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] db-button > button:active:not(:disabled,
1275
+ [aria-disabled=true],
1276
+ [tabindex="-1"],
1277
+ :has(:disabled)):is(textarea),
1278
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] a:active:not(:disabled,
1279
+ [aria-disabled=true],
1280
+ [tabindex="-1"],
1281
+ :has(:disabled)):is(textarea), .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:active:not(:disabled,
1282
+ [aria-disabled=true],
1283
+ [tabindex="-1"],
1284
+ :has(:disabled)):is(textarea):has(input), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] label:active:not(:disabled,
1285
+ [aria-disabled=true],
1286
+ [tabindex="-1"],
1287
+ :has(:disabled)):is(textarea):has(input), .db-tag[data-emphasis=strong]:active:not(:disabled,
1288
+ [aria-disabled=true],
1289
+ [tabindex="-1"],
1290
+ :has(:disabled)):is(textarea):has(label, button:not(.db-tab-remove-button), a):has(input):not(:has(input:checked)), .db-tag:active:not(:disabled,
1291
+ [aria-disabled=true],
1292
+ [tabindex="-1"],
1293
+ :has(:disabled)):is(input):has(label, button:not(.db-tab-remove-button), a), .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]):not(:has(dbbutton)) button:active:not(:disabled,
1294
+ [aria-disabled=true],
1295
+ [tabindex="-1"],
1296
+ :has(:disabled)):is(input):not(.db-tab-remove-button),
1297
+ .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) dbbutton:not(.db-tab-remove-button) > button:active:not(:disabled,
1298
+ [aria-disabled=true],
1299
+ [tabindex="-1"],
1300
+ :has(:disabled)):is(input),
1301
+ .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) db-button > button:active:not(:disabled,
1302
+ [aria-disabled=true],
1303
+ [tabindex="-1"],
1304
+ :has(:disabled)):is(input),
1305
+ .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) a:active:not(:disabled,
1306
+ [aria-disabled=true],
1307
+ [tabindex="-1"],
1308
+ :has(:disabled)):is(input), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak]:not(:has(dbbutton)) button:active:not(:disabled,
1309
+ [aria-disabled=true],
1310
+ [tabindex="-1"],
1311
+ :has(:disabled)):is(input):not(.db-tab-remove-button),
1312
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] dbbutton:not(.db-tab-remove-button) > button:active:not(:disabled,
1313
+ [aria-disabled=true],
1314
+ [tabindex="-1"],
1315
+ :has(:disabled)):is(input),
1316
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] db-button > button:active:not(:disabled,
1317
+ [aria-disabled=true],
1318
+ [tabindex="-1"],
1319
+ :has(:disabled)):is(input),
1320
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] a:active:not(:disabled,
1321
+ [aria-disabled=true],
1322
+ [tabindex="-1"],
1323
+ :has(:disabled)):is(input), .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:active:not(:disabled,
1324
+ [aria-disabled=true],
1325
+ [tabindex="-1"],
1326
+ :has(:disabled)):is(input):has(input), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] label:active:not(:disabled,
1327
+ [aria-disabled=true],
1328
+ [tabindex="-1"],
1329
+ :has(:disabled)):is(input):has(input), .db-tag[data-emphasis=strong]:active:not(:disabled,
1330
+ [aria-disabled=true],
1331
+ [tabindex="-1"],
1332
+ :has(:disabled)):is(input):has(label, button:not(.db-tab-remove-button), a):has(input):not(:has(input:checked)) {
1048
1333
  cursor: initial;
1049
1334
  }
1050
- .db-tag: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):not([data-emphasis]):not(:has(dbbutton)) button:active:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]):not(.db-tab-remove-button),
1051
- .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]),
1052
- .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]),
1053
- .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),
1054
- .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]),
1055
- .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]),
1056
- .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: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):not([data-emphasis]):not(:has(dbbutton)) button:active:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)):not(.db-tab-remove-button),
1057
- .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)),
1058
- .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)),
1059
- .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),
1060
- .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)),
1061
- .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)),
1062
- .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) {
1335
+ .db-tag:active:not(:disabled,
1336
+ [aria-disabled=true],
1337
+ [tabindex="-1"],
1338
+ :has(:disabled)):is(input[type=checkbox]):has(label, button:not(.db-tab-remove-button), a), .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]):not(:has(dbbutton)) button:active:not(:disabled,
1339
+ [aria-disabled=true],
1340
+ [tabindex="-1"],
1341
+ :has(:disabled)):is(input[type=checkbox]):not(.db-tab-remove-button),
1342
+ .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) dbbutton:not(.db-tab-remove-button) > button:active:not(:disabled,
1343
+ [aria-disabled=true],
1344
+ [tabindex="-1"],
1345
+ :has(:disabled)):is(input[type=checkbox]),
1346
+ .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) db-button > button:active:not(:disabled,
1347
+ [aria-disabled=true],
1348
+ [tabindex="-1"],
1349
+ :has(:disabled)):is(input[type=checkbox]),
1350
+ .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) a:active:not(:disabled,
1351
+ [aria-disabled=true],
1352
+ [tabindex="-1"],
1353
+ :has(:disabled)):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,
1354
+ [aria-disabled=true],
1355
+ [tabindex="-1"],
1356
+ :has(:disabled)):is(input[type=checkbox]):not(.db-tab-remove-button),
1357
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] dbbutton:not(.db-tab-remove-button) > button:active:not(:disabled,
1358
+ [aria-disabled=true],
1359
+ [tabindex="-1"],
1360
+ :has(:disabled)):is(input[type=checkbox]),
1361
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] db-button > button:active:not(:disabled,
1362
+ [aria-disabled=true],
1363
+ [tabindex="-1"],
1364
+ :has(:disabled)):is(input[type=checkbox]),
1365
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] a:active:not(:disabled,
1366
+ [aria-disabled=true],
1367
+ [tabindex="-1"],
1368
+ :has(:disabled)):is(input[type=checkbox]), .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:active:not(:disabled,
1369
+ [aria-disabled=true],
1370
+ [tabindex="-1"],
1371
+ :has(:disabled)):is(input[type=checkbox]):has(input), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] label:active:not(:disabled,
1372
+ [aria-disabled=true],
1373
+ [tabindex="-1"],
1374
+ :has(:disabled)):is(input[type=checkbox]):has(input), .db-tag:active:not(:disabled,
1375
+ [aria-disabled=true],
1376
+ [tabindex="-1"],
1377
+ :has(:disabled)):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):not([data-emphasis]):not(:has(dbbutton)) button:active:not(:disabled,
1378
+ [aria-disabled=true],
1379
+ [tabindex="-1"],
1380
+ :has(:disabled)):is(input[type=radio]:not(:checked)):not(.db-tab-remove-button),
1381
+ .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) dbbutton:not(.db-tab-remove-button) > button:active:not(:disabled,
1382
+ [aria-disabled=true],
1383
+ [tabindex="-1"],
1384
+ :has(:disabled)):is(input[type=radio]:not(:checked)),
1385
+ .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) db-button > button:active:not(:disabled,
1386
+ [aria-disabled=true],
1387
+ [tabindex="-1"],
1388
+ :has(:disabled)):is(input[type=radio]:not(:checked)),
1389
+ .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) a:active:not(:disabled,
1390
+ [aria-disabled=true],
1391
+ [tabindex="-1"],
1392
+ :has(:disabled)):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,
1393
+ [aria-disabled=true],
1394
+ [tabindex="-1"],
1395
+ :has(:disabled)):is(input[type=radio]:not(:checked)):not(.db-tab-remove-button),
1396
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] dbbutton:not(.db-tab-remove-button) > button:active:not(:disabled,
1397
+ [aria-disabled=true],
1398
+ [tabindex="-1"],
1399
+ :has(:disabled)):is(input[type=radio]:not(:checked)),
1400
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] db-button > button:active:not(:disabled,
1401
+ [aria-disabled=true],
1402
+ [tabindex="-1"],
1403
+ :has(:disabled)):is(input[type=radio]:not(:checked)),
1404
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] a:active:not(:disabled,
1405
+ [aria-disabled=true],
1406
+ [tabindex="-1"],
1407
+ :has(:disabled)):is(input[type=radio]:not(:checked)), .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:active:not(:disabled,
1408
+ [aria-disabled=true],
1409
+ [tabindex="-1"],
1410
+ :has(:disabled)):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,
1411
+ [aria-disabled=true],
1412
+ [tabindex="-1"],
1413
+ :has(:disabled)):is(input[type=radio]:not(:checked)):has(input) {
1063
1414
  cursor: pointer;
1064
1415
  }
1065
1416
 
@@ -1082,54 +1433,414 @@
1082
1433
  .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 {
1083
1434
  --db-icon-color: var(--db-adaptive-on-bg-vibrant-default);
1084
1435
  }
1085
- .db-tag:not(:has(label, button:not(.db-tab-remove-button), a)):not([data-semantic])[data-emphasis=strong] .db-tab-remove-button:hover:not(:disabled, [aria-disabled=true]), .db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=adaptive][data-emphasis=strong] .db-tab-remove-button:hover:not(:disabled, [aria-disabled=true]), .db-tag:has(.db-tab-remove-button):not([data-semantic])[data-emphasis=strong] .db-tab-remove-button:hover:not(:disabled, [aria-disabled=true]), .db-tag:has(.db-tab-remove-button)[data-semantic=adaptive][data-emphasis=strong] .db-tab-remove-button: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[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),
1086
- .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]),
1087
- .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] db-button > button:hover:not(:disabled, [aria-disabled=true]),
1088
- .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) {
1436
+ .db-tag:not(:has(label, button:not(.db-tab-remove-button), a)):not([data-semantic])[data-emphasis=strong] .db-tab-remove-button:hover:not(:disabled,
1437
+ [aria-disabled=true],
1438
+ [tabindex="-1"],
1439
+ :has(:disabled)), .db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=adaptive][data-emphasis=strong] .db-tab-remove-button:hover:not(:disabled,
1440
+ [aria-disabled=true],
1441
+ [tabindex="-1"],
1442
+ :has(:disabled)), .db-tag:has(.db-tab-remove-button):not([data-semantic])[data-emphasis=strong] .db-tab-remove-button:hover:not(:disabled,
1443
+ [aria-disabled=true],
1444
+ [tabindex="-1"],
1445
+ :has(:disabled)), .db-tag:has(.db-tab-remove-button)[data-semantic=adaptive][data-emphasis=strong] .db-tab-remove-button:hover:not(:disabled,
1446
+ [aria-disabled=true],
1447
+ [tabindex="-1"],
1448
+ :has(:disabled)), .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:hover:not(:disabled,
1449
+ [aria-disabled=true],
1450
+ [tabindex="-1"],
1451
+ :has(:disabled)):has(input[type=checkbox]:checked), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] label:hover:not(:disabled,
1452
+ [aria-disabled=true],
1453
+ [tabindex="-1"],
1454
+ :has(:disabled)):has(input[type=checkbox]:checked), .db-tag[data-emphasis=strong]:hover:not(:disabled,
1455
+ [aria-disabled=true],
1456
+ [tabindex="-1"],
1457
+ :has(:disabled)):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,
1458
+ [aria-disabled=true],
1459
+ [tabindex="-1"],
1460
+ :has(:disabled)):not(.db-tab-remove-button),
1461
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] dbbutton:not(.db-tab-remove-button) > button:hover:not(:disabled,
1462
+ [aria-disabled=true],
1463
+ [tabindex="-1"],
1464
+ :has(:disabled)),
1465
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] db-button > button:hover:not(:disabled,
1466
+ [aria-disabled=true],
1467
+ [tabindex="-1"],
1468
+ :has(:disabled)),
1469
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] a:hover:not(:disabled,
1470
+ [aria-disabled=true],
1471
+ [tabindex="-1"],
1472
+ :has(:disabled)), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] label:hover:not(:disabled,
1473
+ [aria-disabled=true],
1474
+ [tabindex="-1"],
1475
+ :has(:disabled)):has(input[type=checkbox]:checked) {
1089
1476
  cursor: var(--db-overwrite-cursor, pointer);
1090
1477
  background-color: var(--db-adaptive-bg-vibrant-hovered);
1091
1478
  }
1092
- .db-tag:not(:has(label, button:not(.db-tab-remove-button), a)):not([data-semantic])[data-emphasis=strong] .db-tab-remove-button:hover:not(:disabled, [aria-disabled=true]):is(textarea), .db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=adaptive][data-emphasis=strong] .db-tab-remove-button:hover:not(:disabled, [aria-disabled=true]):is(textarea), .db-tag:has(.db-tab-remove-button):not([data-semantic])[data-emphasis=strong] .db-tab-remove-button:hover:not(:disabled, [aria-disabled=true]):is(textarea), .db-tag:has(.db-tab-remove-button)[data-semantic=adaptive][data-emphasis=strong] .db-tab-remove-button: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[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),
1093
- .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),
1094
- .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),
1095
- .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:not(:has(label, button:not(.db-tab-remove-button), a)):not([data-semantic])[data-emphasis=strong] .db-tab-remove-button:hover:not(:disabled, [aria-disabled=true]):is(input), .db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=adaptive][data-emphasis=strong] .db-tab-remove-button:hover:not(:disabled, [aria-disabled=true]):is(input), .db-tag:has(.db-tab-remove-button):not([data-semantic])[data-emphasis=strong] .db-tab-remove-button:hover:not(:disabled, [aria-disabled=true]):is(input), .db-tag:has(.db-tab-remove-button)[data-semantic=adaptive][data-emphasis=strong] .db-tab-remove-button: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[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),
1096
- .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),
1097
- .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),
1098
- .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) {
1479
+ .db-tag:not(:has(label, button:not(.db-tab-remove-button), a)):not([data-semantic])[data-emphasis=strong] .db-tab-remove-button:hover:not(:disabled,
1480
+ [aria-disabled=true],
1481
+ [tabindex="-1"],
1482
+ :has(:disabled)):is(textarea), .db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=adaptive][data-emphasis=strong] .db-tab-remove-button:hover:not(:disabled,
1483
+ [aria-disabled=true],
1484
+ [tabindex="-1"],
1485
+ :has(:disabled)):is(textarea), .db-tag:has(.db-tab-remove-button):not([data-semantic])[data-emphasis=strong] .db-tab-remove-button:hover:not(:disabled,
1486
+ [aria-disabled=true],
1487
+ [tabindex="-1"],
1488
+ :has(:disabled)):is(textarea), .db-tag:has(.db-tab-remove-button)[data-semantic=adaptive][data-emphasis=strong] .db-tab-remove-button:hover:not(:disabled,
1489
+ [aria-disabled=true],
1490
+ [tabindex="-1"],
1491
+ :has(:disabled)):is(textarea), .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:hover:not(:disabled,
1492
+ [aria-disabled=true],
1493
+ [tabindex="-1"],
1494
+ :has(:disabled)):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,
1495
+ [aria-disabled=true],
1496
+ [tabindex="-1"],
1497
+ :has(:disabled)):is(textarea):has(input[type=checkbox]:checked), .db-tag[data-emphasis=strong]:hover:not(:disabled,
1498
+ [aria-disabled=true],
1499
+ [tabindex="-1"],
1500
+ :has(:disabled)):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,
1501
+ [aria-disabled=true],
1502
+ [tabindex="-1"],
1503
+ :has(:disabled)):is(textarea):not(.db-tab-remove-button),
1504
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] dbbutton:not(.db-tab-remove-button) > button:hover:not(:disabled,
1505
+ [aria-disabled=true],
1506
+ [tabindex="-1"],
1507
+ :has(:disabled)):is(textarea),
1508
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] db-button > button:hover:not(:disabled,
1509
+ [aria-disabled=true],
1510
+ [tabindex="-1"],
1511
+ :has(:disabled)):is(textarea),
1512
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] a:hover:not(:disabled,
1513
+ [aria-disabled=true],
1514
+ [tabindex="-1"],
1515
+ :has(:disabled)):is(textarea), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] label:hover:not(:disabled,
1516
+ [aria-disabled=true],
1517
+ [tabindex="-1"],
1518
+ :has(:disabled)):is(textarea):has(input[type=checkbox]:checked), .db-tag:not(:has(label, button:not(.db-tab-remove-button), a)):not([data-semantic])[data-emphasis=strong] .db-tab-remove-button:hover:not(:disabled,
1519
+ [aria-disabled=true],
1520
+ [tabindex="-1"],
1521
+ :has(:disabled)):is(input), .db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=adaptive][data-emphasis=strong] .db-tab-remove-button:hover:not(:disabled,
1522
+ [aria-disabled=true],
1523
+ [tabindex="-1"],
1524
+ :has(:disabled)):is(input), .db-tag:has(.db-tab-remove-button):not([data-semantic])[data-emphasis=strong] .db-tab-remove-button:hover:not(:disabled,
1525
+ [aria-disabled=true],
1526
+ [tabindex="-1"],
1527
+ :has(:disabled)):is(input), .db-tag:has(.db-tab-remove-button)[data-semantic=adaptive][data-emphasis=strong] .db-tab-remove-button:hover:not(:disabled,
1528
+ [aria-disabled=true],
1529
+ [tabindex="-1"],
1530
+ :has(:disabled)):is(input), .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:hover:not(:disabled,
1531
+ [aria-disabled=true],
1532
+ [tabindex="-1"],
1533
+ :has(:disabled)):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,
1534
+ [aria-disabled=true],
1535
+ [tabindex="-1"],
1536
+ :has(:disabled)):is(input):has(input[type=checkbox]:checked), .db-tag[data-emphasis=strong]:hover:not(:disabled,
1537
+ [aria-disabled=true],
1538
+ [tabindex="-1"],
1539
+ :has(:disabled)):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,
1540
+ [aria-disabled=true],
1541
+ [tabindex="-1"],
1542
+ :has(:disabled)):is(input):not(.db-tab-remove-button),
1543
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] dbbutton:not(.db-tab-remove-button) > button:hover:not(:disabled,
1544
+ [aria-disabled=true],
1545
+ [tabindex="-1"],
1546
+ :has(:disabled)):is(input),
1547
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] db-button > button:hover:not(:disabled,
1548
+ [aria-disabled=true],
1549
+ [tabindex="-1"],
1550
+ :has(:disabled)):is(input),
1551
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] a:hover:not(:disabled,
1552
+ [aria-disabled=true],
1553
+ [tabindex="-1"],
1554
+ :has(:disabled)):is(input), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] label:hover:not(:disabled,
1555
+ [aria-disabled=true],
1556
+ [tabindex="-1"],
1557
+ :has(:disabled)):is(input):has(input[type=checkbox]:checked) {
1099
1558
  cursor: initial;
1100
1559
  }
1101
- .db-tag:not(:has(label, button:not(.db-tab-remove-button), a)):not([data-semantic])[data-emphasis=strong] .db-tab-remove-button:hover:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]), .db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=adaptive][data-emphasis=strong] .db-tab-remove-button:hover:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]), .db-tag:has(.db-tab-remove-button):not([data-semantic])[data-emphasis=strong] .db-tab-remove-button:hover:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]), .db-tag:has(.db-tab-remove-button)[data-semantic=adaptive][data-emphasis=strong] .db-tab-remove-button: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[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),
1102
- .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]),
1103
- .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]),
1104
- .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:not(:has(label, button:not(.db-tab-remove-button), a)):not([data-semantic])[data-emphasis=strong] .db-tab-remove-button:hover:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)), .db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=adaptive][data-emphasis=strong] .db-tab-remove-button:hover:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)), .db-tag:has(.db-tab-remove-button):not([data-semantic])[data-emphasis=strong] .db-tab-remove-button:hover:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)), .db-tag:has(.db-tab-remove-button)[data-semantic=adaptive][data-emphasis=strong] .db-tab-remove-button: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[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),
1105
- .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)),
1106
- .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)),
1107
- .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) {
1560
+ .db-tag:not(:has(label, button:not(.db-tab-remove-button), a)):not([data-semantic])[data-emphasis=strong] .db-tab-remove-button:hover:not(:disabled,
1561
+ [aria-disabled=true],
1562
+ [tabindex="-1"],
1563
+ :has(:disabled)):is(input[type=checkbox]), .db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=adaptive][data-emphasis=strong] .db-tab-remove-button:hover:not(:disabled,
1564
+ [aria-disabled=true],
1565
+ [tabindex="-1"],
1566
+ :has(:disabled)):is(input[type=checkbox]), .db-tag:has(.db-tab-remove-button):not([data-semantic])[data-emphasis=strong] .db-tab-remove-button:hover:not(:disabled,
1567
+ [aria-disabled=true],
1568
+ [tabindex="-1"],
1569
+ :has(:disabled)):is(input[type=checkbox]), .db-tag:has(.db-tab-remove-button)[data-semantic=adaptive][data-emphasis=strong] .db-tab-remove-button:hover:not(:disabled,
1570
+ [aria-disabled=true],
1571
+ [tabindex="-1"],
1572
+ :has(:disabled)):is(input[type=checkbox]), .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:hover:not(:disabled,
1573
+ [aria-disabled=true],
1574
+ [tabindex="-1"],
1575
+ :has(:disabled)):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,
1576
+ [aria-disabled=true],
1577
+ [tabindex="-1"],
1578
+ :has(:disabled)):is(input[type=checkbox]):has(input[type=checkbox]:checked), .db-tag[data-emphasis=strong]:hover:not(:disabled,
1579
+ [aria-disabled=true],
1580
+ [tabindex="-1"],
1581
+ :has(:disabled)):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,
1582
+ [aria-disabled=true],
1583
+ [tabindex="-1"],
1584
+ :has(:disabled)):is(input[type=checkbox]):not(.db-tab-remove-button),
1585
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] dbbutton:not(.db-tab-remove-button) > button:hover:not(:disabled,
1586
+ [aria-disabled=true],
1587
+ [tabindex="-1"],
1588
+ :has(:disabled)):is(input[type=checkbox]),
1589
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] db-button > button:hover:not(:disabled,
1590
+ [aria-disabled=true],
1591
+ [tabindex="-1"],
1592
+ :has(:disabled)):is(input[type=checkbox]),
1593
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] a:hover:not(:disabled,
1594
+ [aria-disabled=true],
1595
+ [tabindex="-1"],
1596
+ :has(:disabled)):is(input[type=checkbox]), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] label:hover:not(:disabled,
1597
+ [aria-disabled=true],
1598
+ [tabindex="-1"],
1599
+ :has(:disabled)):is(input[type=checkbox]):has(input[type=checkbox]:checked), .db-tag:not(:has(label, button:not(.db-tab-remove-button), a)):not([data-semantic])[data-emphasis=strong] .db-tab-remove-button:hover:not(:disabled,
1600
+ [aria-disabled=true],
1601
+ [tabindex="-1"],
1602
+ :has(:disabled)):is(input[type=radio]:not(:checked)), .db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=adaptive][data-emphasis=strong] .db-tab-remove-button:hover:not(:disabled,
1603
+ [aria-disabled=true],
1604
+ [tabindex="-1"],
1605
+ :has(:disabled)):is(input[type=radio]:not(:checked)), .db-tag:has(.db-tab-remove-button):not([data-semantic])[data-emphasis=strong] .db-tab-remove-button:hover:not(:disabled,
1606
+ [aria-disabled=true],
1607
+ [tabindex="-1"],
1608
+ :has(:disabled)):is(input[type=radio]:not(:checked)), .db-tag:has(.db-tab-remove-button)[data-semantic=adaptive][data-emphasis=strong] .db-tab-remove-button:hover:not(:disabled,
1609
+ [aria-disabled=true],
1610
+ [tabindex="-1"],
1611
+ :has(:disabled)):is(input[type=radio]:not(:checked)), .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:hover:not(:disabled,
1612
+ [aria-disabled=true],
1613
+ [tabindex="-1"],
1614
+ :has(:disabled)):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,
1615
+ [aria-disabled=true],
1616
+ [tabindex="-1"],
1617
+ :has(:disabled)):is(input[type=radio]:not(:checked)):has(input[type=checkbox]:checked), .db-tag[data-emphasis=strong]:hover:not(:disabled,
1618
+ [aria-disabled=true],
1619
+ [tabindex="-1"],
1620
+ :has(:disabled)):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,
1621
+ [aria-disabled=true],
1622
+ [tabindex="-1"],
1623
+ :has(:disabled)):is(input[type=radio]:not(:checked)):not(.db-tab-remove-button),
1624
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] dbbutton:not(.db-tab-remove-button) > button:hover:not(:disabled,
1625
+ [aria-disabled=true],
1626
+ [tabindex="-1"],
1627
+ :has(:disabled)):is(input[type=radio]:not(:checked)),
1628
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] db-button > button:hover:not(:disabled,
1629
+ [aria-disabled=true],
1630
+ [tabindex="-1"],
1631
+ :has(:disabled)):is(input[type=radio]:not(:checked)),
1632
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] a:hover:not(:disabled,
1633
+ [aria-disabled=true],
1634
+ [tabindex="-1"],
1635
+ :has(:disabled)):is(input[type=radio]:not(:checked)), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] label:hover:not(:disabled,
1636
+ [aria-disabled=true],
1637
+ [tabindex="-1"],
1638
+ :has(:disabled)):is(input[type=radio]:not(:checked)):has(input[type=checkbox]:checked) {
1108
1639
  cursor: pointer;
1109
1640
  }
1110
- .db-tag:not(:has(label, button:not(.db-tab-remove-button), a)):not([data-semantic])[data-emphasis=strong] .db-tab-remove-button:active:not(:disabled, [aria-disabled=true]), .db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=adaptive][data-emphasis=strong] .db-tab-remove-button:active:not(:disabled, [aria-disabled=true]), .db-tag:has(.db-tab-remove-button):not([data-semantic])[data-emphasis=strong] .db-tab-remove-button:active:not(:disabled, [aria-disabled=true]), .db-tag:has(.db-tab-remove-button)[data-semantic=adaptive][data-emphasis=strong] .db-tab-remove-button: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[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),
1111
- .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]),
1112
- .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] db-button > button:active:not(:disabled, [aria-disabled=true]),
1113
- .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) {
1641
+ .db-tag:not(:has(label, button:not(.db-tab-remove-button), a)):not([data-semantic])[data-emphasis=strong] .db-tab-remove-button:active:not(:disabled,
1642
+ [aria-disabled=true],
1643
+ [tabindex="-1"],
1644
+ :has(:disabled)), .db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=adaptive][data-emphasis=strong] .db-tab-remove-button:active:not(:disabled,
1645
+ [aria-disabled=true],
1646
+ [tabindex="-1"],
1647
+ :has(:disabled)), .db-tag:has(.db-tab-remove-button):not([data-semantic])[data-emphasis=strong] .db-tab-remove-button:active:not(:disabled,
1648
+ [aria-disabled=true],
1649
+ [tabindex="-1"],
1650
+ :has(:disabled)), .db-tag:has(.db-tab-remove-button)[data-semantic=adaptive][data-emphasis=strong] .db-tab-remove-button:active:not(:disabled,
1651
+ [aria-disabled=true],
1652
+ [tabindex="-1"],
1653
+ :has(:disabled)), .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:active:not(:disabled,
1654
+ [aria-disabled=true],
1655
+ [tabindex="-1"],
1656
+ :has(:disabled)):has(input[type=checkbox]:checked), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=weak] label:active:not(:disabled,
1657
+ [aria-disabled=true],
1658
+ [tabindex="-1"],
1659
+ :has(:disabled)):has(input[type=checkbox]:checked), .db-tag[data-emphasis=strong]:active:not(:disabled,
1660
+ [aria-disabled=true],
1661
+ [tabindex="-1"],
1662
+ :has(:disabled)):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,
1663
+ [aria-disabled=true],
1664
+ [tabindex="-1"],
1665
+ :has(:disabled)):not(.db-tab-remove-button),
1666
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] dbbutton:not(.db-tab-remove-button) > button:active:not(:disabled,
1667
+ [aria-disabled=true],
1668
+ [tabindex="-1"],
1669
+ :has(:disabled)),
1670
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] db-button > button:active:not(:disabled,
1671
+ [aria-disabled=true],
1672
+ [tabindex="-1"],
1673
+ :has(:disabled)),
1674
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] a:active:not(:disabled,
1675
+ [aria-disabled=true],
1676
+ [tabindex="-1"],
1677
+ :has(:disabled)), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] label:active:not(:disabled,
1678
+ [aria-disabled=true],
1679
+ [tabindex="-1"],
1680
+ :has(:disabled)):has(input[type=checkbox]:checked) {
1114
1681
  cursor: var(--db-overwrite-cursor, pointer);
1115
1682
  background-color: var(--db-adaptive-bg-vibrant-pressed);
1116
1683
  }
1117
- .db-tag:not(:has(label, button:not(.db-tab-remove-button), a)):not([data-semantic])[data-emphasis=strong] .db-tab-remove-button:active:not(:disabled, [aria-disabled=true]):is(textarea), .db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=adaptive][data-emphasis=strong] .db-tab-remove-button:active:not(:disabled, [aria-disabled=true]):is(textarea), .db-tag:has(.db-tab-remove-button):not([data-semantic])[data-emphasis=strong] .db-tab-remove-button:active:not(:disabled, [aria-disabled=true]):is(textarea), .db-tag:has(.db-tab-remove-button)[data-semantic=adaptive][data-emphasis=strong] .db-tab-remove-button: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[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),
1118
- .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),
1119
- .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),
1120
- .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:not(:has(label, button:not(.db-tab-remove-button), a)):not([data-semantic])[data-emphasis=strong] .db-tab-remove-button:active:not(:disabled, [aria-disabled=true]):is(input), .db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=adaptive][data-emphasis=strong] .db-tab-remove-button:active:not(:disabled, [aria-disabled=true]):is(input), .db-tag:has(.db-tab-remove-button):not([data-semantic])[data-emphasis=strong] .db-tab-remove-button:active:not(:disabled, [aria-disabled=true]):is(input), .db-tag:has(.db-tab-remove-button)[data-semantic=adaptive][data-emphasis=strong] .db-tab-remove-button: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[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),
1121
- .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),
1122
- .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),
1123
- .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) {
1684
+ .db-tag:not(:has(label, button:not(.db-tab-remove-button), a)):not([data-semantic])[data-emphasis=strong] .db-tab-remove-button:active:not(:disabled,
1685
+ [aria-disabled=true],
1686
+ [tabindex="-1"],
1687
+ :has(:disabled)):is(textarea), .db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=adaptive][data-emphasis=strong] .db-tab-remove-button:active:not(:disabled,
1688
+ [aria-disabled=true],
1689
+ [tabindex="-1"],
1690
+ :has(:disabled)):is(textarea), .db-tag:has(.db-tab-remove-button):not([data-semantic])[data-emphasis=strong] .db-tab-remove-button:active:not(:disabled,
1691
+ [aria-disabled=true],
1692
+ [tabindex="-1"],
1693
+ :has(:disabled)):is(textarea), .db-tag:has(.db-tab-remove-button)[data-semantic=adaptive][data-emphasis=strong] .db-tab-remove-button:active:not(:disabled,
1694
+ [aria-disabled=true],
1695
+ [tabindex="-1"],
1696
+ :has(:disabled)):is(textarea), .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:active:not(:disabled,
1697
+ [aria-disabled=true],
1698
+ [tabindex="-1"],
1699
+ :has(:disabled)):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,
1700
+ [aria-disabled=true],
1701
+ [tabindex="-1"],
1702
+ :has(:disabled)):is(textarea):has(input[type=checkbox]:checked), .db-tag[data-emphasis=strong]:active:not(:disabled,
1703
+ [aria-disabled=true],
1704
+ [tabindex="-1"],
1705
+ :has(:disabled)):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,
1706
+ [aria-disabled=true],
1707
+ [tabindex="-1"],
1708
+ :has(:disabled)):is(textarea):not(.db-tab-remove-button),
1709
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] dbbutton:not(.db-tab-remove-button) > button:active:not(:disabled,
1710
+ [aria-disabled=true],
1711
+ [tabindex="-1"],
1712
+ :has(:disabled)):is(textarea),
1713
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] db-button > button:active:not(:disabled,
1714
+ [aria-disabled=true],
1715
+ [tabindex="-1"],
1716
+ :has(:disabled)):is(textarea),
1717
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] a:active:not(:disabled,
1718
+ [aria-disabled=true],
1719
+ [tabindex="-1"],
1720
+ :has(:disabled)):is(textarea), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] label:active:not(:disabled,
1721
+ [aria-disabled=true],
1722
+ [tabindex="-1"],
1723
+ :has(:disabled)):is(textarea):has(input[type=checkbox]:checked), .db-tag:not(:has(label, button:not(.db-tab-remove-button), a)):not([data-semantic])[data-emphasis=strong] .db-tab-remove-button:active:not(:disabled,
1724
+ [aria-disabled=true],
1725
+ [tabindex="-1"],
1726
+ :has(:disabled)):is(input), .db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=adaptive][data-emphasis=strong] .db-tab-remove-button:active:not(:disabled,
1727
+ [aria-disabled=true],
1728
+ [tabindex="-1"],
1729
+ :has(:disabled)):is(input), .db-tag:has(.db-tab-remove-button):not([data-semantic])[data-emphasis=strong] .db-tab-remove-button:active:not(:disabled,
1730
+ [aria-disabled=true],
1731
+ [tabindex="-1"],
1732
+ :has(:disabled)):is(input), .db-tag:has(.db-tab-remove-button)[data-semantic=adaptive][data-emphasis=strong] .db-tab-remove-button:active:not(:disabled,
1733
+ [aria-disabled=true],
1734
+ [tabindex="-1"],
1735
+ :has(:disabled)):is(input), .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:active:not(:disabled,
1736
+ [aria-disabled=true],
1737
+ [tabindex="-1"],
1738
+ :has(:disabled)):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,
1739
+ [aria-disabled=true],
1740
+ [tabindex="-1"],
1741
+ :has(:disabled)):is(input):has(input[type=checkbox]:checked), .db-tag[data-emphasis=strong]:active:not(:disabled,
1742
+ [aria-disabled=true],
1743
+ [tabindex="-1"],
1744
+ :has(:disabled)):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,
1745
+ [aria-disabled=true],
1746
+ [tabindex="-1"],
1747
+ :has(:disabled)):is(input):not(.db-tab-remove-button),
1748
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] dbbutton:not(.db-tab-remove-button) > button:active:not(:disabled,
1749
+ [aria-disabled=true],
1750
+ [tabindex="-1"],
1751
+ :has(:disabled)):is(input),
1752
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] db-button > button:active:not(:disabled,
1753
+ [aria-disabled=true],
1754
+ [tabindex="-1"],
1755
+ :has(:disabled)):is(input),
1756
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] a:active:not(:disabled,
1757
+ [aria-disabled=true],
1758
+ [tabindex="-1"],
1759
+ :has(:disabled)):is(input), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] label:active:not(:disabled,
1760
+ [aria-disabled=true],
1761
+ [tabindex="-1"],
1762
+ :has(:disabled)):is(input):has(input[type=checkbox]:checked) {
1124
1763
  cursor: initial;
1125
1764
  }
1126
- .db-tag:not(:has(label, button:not(.db-tab-remove-button), a)):not([data-semantic])[data-emphasis=strong] .db-tab-remove-button:active:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]), .db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=adaptive][data-emphasis=strong] .db-tab-remove-button:active:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]), .db-tag:has(.db-tab-remove-button):not([data-semantic])[data-emphasis=strong] .db-tab-remove-button:active:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]), .db-tag:has(.db-tab-remove-button)[data-semantic=adaptive][data-emphasis=strong] .db-tab-remove-button: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[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),
1127
- .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]),
1128
- .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]),
1129
- .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:not(:has(label, button:not(.db-tab-remove-button), a)):not([data-semantic])[data-emphasis=strong] .db-tab-remove-button:active:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)), .db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=adaptive][data-emphasis=strong] .db-tab-remove-button:active:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)), .db-tag:has(.db-tab-remove-button):not([data-semantic])[data-emphasis=strong] .db-tab-remove-button:active:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)), .db-tag:has(.db-tab-remove-button)[data-semantic=adaptive][data-emphasis=strong] .db-tab-remove-button: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[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),
1130
- .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)),
1131
- .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)),
1132
- .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) {
1765
+ .db-tag:not(:has(label, button:not(.db-tab-remove-button), a)):not([data-semantic])[data-emphasis=strong] .db-tab-remove-button:active:not(:disabled,
1766
+ [aria-disabled=true],
1767
+ [tabindex="-1"],
1768
+ :has(:disabled)):is(input[type=checkbox]), .db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=adaptive][data-emphasis=strong] .db-tab-remove-button:active:not(:disabled,
1769
+ [aria-disabled=true],
1770
+ [tabindex="-1"],
1771
+ :has(:disabled)):is(input[type=checkbox]), .db-tag:has(.db-tab-remove-button):not([data-semantic])[data-emphasis=strong] .db-tab-remove-button:active:not(:disabled,
1772
+ [aria-disabled=true],
1773
+ [tabindex="-1"],
1774
+ :has(:disabled)):is(input[type=checkbox]), .db-tag:has(.db-tab-remove-button)[data-semantic=adaptive][data-emphasis=strong] .db-tab-remove-button:active:not(:disabled,
1775
+ [aria-disabled=true],
1776
+ [tabindex="-1"],
1777
+ :has(:disabled)):is(input[type=checkbox]), .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:active:not(:disabled,
1778
+ [aria-disabled=true],
1779
+ [tabindex="-1"],
1780
+ :has(:disabled)):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,
1781
+ [aria-disabled=true],
1782
+ [tabindex="-1"],
1783
+ :has(:disabled)):is(input[type=checkbox]):has(input[type=checkbox]:checked), .db-tag[data-emphasis=strong]:active:not(:disabled,
1784
+ [aria-disabled=true],
1785
+ [tabindex="-1"],
1786
+ :has(:disabled)):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,
1787
+ [aria-disabled=true],
1788
+ [tabindex="-1"],
1789
+ :has(:disabled)):is(input[type=checkbox]):not(.db-tab-remove-button),
1790
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] dbbutton:not(.db-tab-remove-button) > button:active:not(:disabled,
1791
+ [aria-disabled=true],
1792
+ [tabindex="-1"],
1793
+ :has(:disabled)):is(input[type=checkbox]),
1794
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] db-button > button:active:not(:disabled,
1795
+ [aria-disabled=true],
1796
+ [tabindex="-1"],
1797
+ :has(:disabled)):is(input[type=checkbox]),
1798
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] a:active:not(:disabled,
1799
+ [aria-disabled=true],
1800
+ [tabindex="-1"],
1801
+ :has(:disabled)):is(input[type=checkbox]), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] label:active:not(:disabled,
1802
+ [aria-disabled=true],
1803
+ [tabindex="-1"],
1804
+ :has(:disabled)):is(input[type=checkbox]):has(input[type=checkbox]:checked), .db-tag:not(:has(label, button:not(.db-tab-remove-button), a)):not([data-semantic])[data-emphasis=strong] .db-tab-remove-button:active:not(:disabled,
1805
+ [aria-disabled=true],
1806
+ [tabindex="-1"],
1807
+ :has(:disabled)):is(input[type=radio]:not(:checked)), .db-tag:not(:has(label, button:not(.db-tab-remove-button), a))[data-semantic=adaptive][data-emphasis=strong] .db-tab-remove-button:active:not(:disabled,
1808
+ [aria-disabled=true],
1809
+ [tabindex="-1"],
1810
+ :has(:disabled)):is(input[type=radio]:not(:checked)), .db-tag:has(.db-tab-remove-button):not([data-semantic])[data-emphasis=strong] .db-tab-remove-button:active:not(:disabled,
1811
+ [aria-disabled=true],
1812
+ [tabindex="-1"],
1813
+ :has(:disabled)):is(input[type=radio]:not(:checked)), .db-tag:has(.db-tab-remove-button)[data-semantic=adaptive][data-emphasis=strong] .db-tab-remove-button:active:not(:disabled,
1814
+ [aria-disabled=true],
1815
+ [tabindex="-1"],
1816
+ :has(:disabled)):is(input[type=radio]:not(:checked)), .db-tag:has(label, button:not(.db-tab-remove-button), a):not([data-emphasis]) label:active:not(:disabled,
1817
+ [aria-disabled=true],
1818
+ [tabindex="-1"],
1819
+ :has(:disabled)):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,
1820
+ [aria-disabled=true],
1821
+ [tabindex="-1"],
1822
+ :has(:disabled)):is(input[type=radio]:not(:checked)):has(input[type=checkbox]:checked), .db-tag[data-emphasis=strong]:active:not(:disabled,
1823
+ [aria-disabled=true],
1824
+ [tabindex="-1"],
1825
+ :has(:disabled)):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,
1826
+ [aria-disabled=true],
1827
+ [tabindex="-1"],
1828
+ :has(:disabled)):is(input[type=radio]:not(:checked)):not(.db-tab-remove-button),
1829
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] dbbutton:not(.db-tab-remove-button) > button:active:not(:disabled,
1830
+ [aria-disabled=true],
1831
+ [tabindex="-1"],
1832
+ :has(:disabled)):is(input[type=radio]:not(:checked)),
1833
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] db-button > button:active:not(:disabled,
1834
+ [aria-disabled=true],
1835
+ [tabindex="-1"],
1836
+ :has(:disabled)):is(input[type=radio]:not(:checked)),
1837
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] a:active:not(:disabled,
1838
+ [aria-disabled=true],
1839
+ [tabindex="-1"],
1840
+ :has(:disabled)):is(input[type=radio]:not(:checked)), .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-emphasis=strong] label:active:not(:disabled,
1841
+ [aria-disabled=true],
1842
+ [tabindex="-1"],
1843
+ :has(:disabled)):is(input[type=radio]:not(:checked)):has(input[type=checkbox]:checked) {
1133
1844
  cursor: pointer;
1134
1845
  }
1135
1846
 
@@ -1295,16 +2006,14 @@
1295
2006
  .db-tag:has(label, button:not(.db-tab-remove-button), a) {
1296
2007
  --db-icon-margin-end: var(--db-spacing-fixed-2xs);
1297
2008
  }
1298
- .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-icon]:not([data-show-icon=false])::before {
2009
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-icon-leading]:not([data-show-icon-leading=false])::before, .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-icon]:not([data-show-icon=false])::before {
1299
2010
  position: absolute;
1300
2011
  inset-block-start: calc(50% - 0.5em);
1301
2012
  inset-inline-start: var(--db-spacing-fixed-2xs);
1302
2013
  pointer-events: none;
1303
2014
  z-index: 1;
1304
2015
  }
1305
- .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-icon]:not([data-show-icon=false]) a,
1306
- .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-icon]:not([data-show-icon=false]) button,
1307
- .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-icon]:not([data-show-icon=false]) label {
2016
+ .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-icon-leading]:not([data-show-icon-leading=false]) label, .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-icon-leading]:not([data-show-icon-leading=false]) button, .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-icon-leading]:not([data-show-icon-leading=false]) a, .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-icon]:not([data-show-icon=false]) label, .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-icon]:not([data-show-icon=false]) button, .db-tag:has(label, button:not(.db-tab-remove-button), a)[data-icon]:not([data-show-icon=false]) a {
1308
2017
  --db-padding-inline-start: calc(
1309
2018
  var(--db-spacing-fixed-2xs) + var(--db-icon-margin-end, var(--db-spacing-fixed-xs)) +
1310
2019
  var(--db-icon-font-size)
@@ -1316,24 +2025,48 @@
1316
2025
  background-color: transparent;
1317
2026
  /* stylelint-disable-next-line a11y/selector-pseudo-class-focus */
1318
2027
  }
1319
- .db-tag:has(label, button:not(.db-tab-remove-button), a) input:checked:hover:not(:disabled, [aria-disabled=true]) {
2028
+ .db-tag:has(label, button:not(.db-tab-remove-button), a) input:checked:hover:not(:disabled,
2029
+ [aria-disabled=true],
2030
+ [tabindex="-1"],
2031
+ :has(:disabled)) {
1320
2032
  cursor: var(--db-overwrite-cursor, pointer);
1321
2033
  background-color: transparent;
1322
2034
  }
1323
- .db-tag:has(label, button:not(.db-tab-remove-button), a) input:checked:hover:not(:disabled, [aria-disabled=true]):is(input) {
2035
+ .db-tag:has(label, button:not(.db-tab-remove-button), a) input:checked:hover:not(:disabled,
2036
+ [aria-disabled=true],
2037
+ [tabindex="-1"],
2038
+ :has(:disabled)):is(input) {
1324
2039
  cursor: initial;
1325
2040
  }
1326
- .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)) {
2041
+ .db-tag:has(label, button:not(.db-tab-remove-button), a) input:checked:hover:not(:disabled,
2042
+ [aria-disabled=true],
2043
+ [tabindex="-1"],
2044
+ :has(:disabled)):is(input[type=checkbox]), .db-tag:has(label, button:not(.db-tab-remove-button), a) input:checked:hover:not(:disabled,
2045
+ [aria-disabled=true],
2046
+ [tabindex="-1"],
2047
+ :has(:disabled)):is(input[type=radio]:not(:checked)) {
1327
2048
  cursor: pointer;
1328
2049
  }
1329
- .db-tag:has(label, button:not(.db-tab-remove-button), a) input:checked:active:not(:disabled, [aria-disabled=true]) {
2050
+ .db-tag:has(label, button:not(.db-tab-remove-button), a) input:checked:active:not(:disabled,
2051
+ [aria-disabled=true],
2052
+ [tabindex="-1"],
2053
+ :has(:disabled)) {
1330
2054
  cursor: var(--db-overwrite-cursor, pointer);
1331
2055
  background-color: transparent;
1332
2056
  }
1333
- .db-tag:has(label, button:not(.db-tab-remove-button), a) input:checked:active:not(:disabled, [aria-disabled=true]):is(input) {
2057
+ .db-tag:has(label, button:not(.db-tab-remove-button), a) input:checked:active:not(:disabled,
2058
+ [aria-disabled=true],
2059
+ [tabindex="-1"],
2060
+ :has(:disabled)):is(input) {
1334
2061
  cursor: initial;
1335
2062
  }
1336
- .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)) {
2063
+ .db-tag:has(label, button:not(.db-tab-remove-button), a) input:checked:active:not(:disabled,
2064
+ [aria-disabled=true],
2065
+ [tabindex="-1"],
2066
+ :has(:disabled)):is(input[type=checkbox]), .db-tag:has(label, button:not(.db-tab-remove-button), a) input:checked:active:not(:disabled,
2067
+ [aria-disabled=true],
2068
+ [tabindex="-1"],
2069
+ :has(:disabled)):is(input[type=radio]:not(:checked)) {
1337
2070
  cursor: pointer;
1338
2071
  }
1339
2072
  .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)[data-emphasis=weak] label:has(input[type=radio]:checked) {