-
Notifications
You must be signed in to change notification settings - Fork 229
feat: s2 styles and icons #5593
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
feat: s2 styles and icons #5593
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit
stylelint
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/combobox/src/combobox.css
Lines 264 to 265 in 3ca304c
:host([keyboard-focused]) .button:not(:disabled, .is-invalid, [quiet]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/combobox/src/combobox.css
Lines 268 to 269 in 3ca304c
:host:has(:active) .button:not(:disabled, .is-invalid, [quiet]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/combobox/src/combobox.css
Lines 271 to 272 in 3ca304c
:host([invalid]) .button:not(:disabled, .spectrum-PickerButton--quiet) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/combobox/src/combobox.css
Lines 277 to 278 in 3ca304c
:host([invalid]):has(:focus) .button:not(:disabled, .spectrum-PickerButton--quiet) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/combobox/src/combobox.css
Lines 282 to 283 in 3ca304c
:host([keyboard-focused][invalid]) .button:not(:disabled, .spectrum-PickerButton--quiet) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/combobox/src/combobox.css
Lines 286 to 287 in 3ca304c
:host([invalid]):has(:active) .button:not(:disabled, .spectrum-PickerButton--quiet) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/combobox/src/combobox.css
Lines 304 to 305 in 3ca304c
#input::placeholder { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/combobox/src/combobox.css
Lines 307 to 308 in 3ca304c
#input:active { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/combobox/src/combobox.css
Lines 311 to 312 in 3ca304c
:host([focused]) #textfield #input { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/combobox/src/combobox.css
Lines 319 to 320 in 3ca304c
:host(:hover) .button:not(:disabled, .is-invalid, [quiet]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/combobox/src/combobox.css
Lines 325 to 326 in 3ca304c
:host(:hover):has(:focus) .button:not(:disabled, .is-invalid, [quiet]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/combobox/src/combobox.css
Lines 329 to 330 in 3ca304c
:host([invalid]:hover) .button:not(:disabled, .spectrum-PickerButton--quiet) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/combobox/src/combobox.css
Lines 335 to 336 in 3ca304c
:host([invalid]:hover):has(:focus) .button:not(:disabled, .spectrum-PickerButton--quiet) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/combobox/src/combobox.css
Lines 339 to 340 in 3ca304c
#textfield:hover #input { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/combobox/src/combobox.css
Lines 343 to 344 in 3ca304c
:host([focused]) #textfield #input:hover { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/combobox/src/combobox.css
Lines 346 to 347 in 3ca304c
:host([keyboard-focused]) #textfield #input { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/dropzone/src/dropzone.css
Lines 62 to 63 in 3ca304c
:host(:lang(ja), :lang(ko), :lang(zh)) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/dropzone/src/dropzone.css
Lines 109 to 110 in 3ca304c
#illustrated-message { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/illustrated-message/src/illustrated-message.css
Lines 48 to 49 in 3ca304c
:host(:lang(zh)) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/link/src/link.css
Lines 42 to 43 in 3ca304c
a:active { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/link/src/link.css
Lines 67 to 68 in 3ca304c
:host([static-color="white"]) a { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/link/src/link.css
Lines 70 to 71 in 3ca304c
:host([static-color="black"]) a { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/menu/src/menu.css
Lines 133 to 134 in 3ca304c
:host([size="s"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/menu/src/menu.css
Lines 136 to 137 in 3ca304c
:host([size="l"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/menu/src/menu.css
Lines 139 to 140 in 3ca304c
:host([size="xl"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/menu/src/menu.css
Lines 151 to 152 in 3ca304c
:host(:lang(zh)) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/meter/src/meter.css
Lines 66 to 67 in 3ca304c
:host([size="s"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/meter/src/meter.css
Lines 69 to 70 in 3ca304c
:host([size="l"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/meter/src/meter.css
Lines 72 to 73 in 3ca304c
:host([size="xl"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/meter/src/meter.css
Lines 76 to 77 in 3ca304c
:host([variant="positive"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/meter/src/meter.css
Lines 79 to 80 in 3ca304c
:host([variant="notice"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/meter/src/meter.css
Lines 82 to 83 in 3ca304c
:host([variant="negative"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/number-field/src/number-field.css
Lines 39 to 40 in 3ca304c
:host(:not([disabled])) #textfield:focus { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/number-field/src/number-field.css
Lines 43 to 44 in 3ca304c
:host(:not([disabled]):hover) #textfield:focus { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/number-field/src/number-field.css
Lines 47 to 48 in 3ca304c
:host(:not([disabled])) #textfield:focus-visible { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/number-field/src/number-field.css
Lines 92 to 93 in 3ca304c
:host([size="s"]) #textfield { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/number-field/src/number-field.css
Lines 95 to 96 in 3ca304c
:host([size="l"]) #textfield { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/number-field/src/number-field.css
Lines 98 to 99 in 3ca304c
:host([size="xl"]) #textfield { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/number-field/src/number-field.css
Lines 106 to 107 in 3ca304c
:host([keyboard-focused]:not([disabled])) #textfield { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/number-field/src/number-field.css
Lines 138 to 139 in 3ca304c
:host([quiet][invalid]) #textfield { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/number-field/src/number-field.css
Lines 158 to 159 in 3ca304c
:host([invalid]) #textfield:focus { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/number-field/src/number-field.css
Lines 162 to 163 in 3ca304c
:host([invalid]) #textfield:focus-visible { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/number-field/src/number-field.css
Lines 166 to 167 in 3ca304c
:host([quiet]:not([disabled])) #textfield:focus { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/number-field/src/number-field.css
Lines 170 to 171 in 3ca304c
:host(:not([disabled]):hover) #textfield:focus { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/number-field/src/number-field.css
Lines 173 to 174 in 3ca304c
:host([quiet]:not([disabled]):hover) #textfield { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/number-field/src/number-field.css
Lines 176 to 177 in 3ca304c
:host(:hover) #textfield:not(.is-invalid, .is-disabled, .is-focused) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/number-field/src/number-field.css
Lines 180 to 181 in 3ca304c
:host(:not([disabled]):hover) #textfield:focus { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/number-field/src/number-field.css
Lines 183 to 184 in 3ca304c
:host([invalid]:hover) #textfield { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/number-field/src/number-field.css
Lines 187 to 188 in 3ca304c
:host([invalid]:hover) #textfield:focus { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/number-field/src/number-field.css
Lines 191 to 192 in 3ca304c
:host([quiet]:not([disabled]):hover) #textfield:focus { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/number-field/src/number-field.css
Lines 194 to 195 in 3ca304c
:host([quiet][keyboard-focused]:not([disabled]):hover) #textfield { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/number-field/src/number-field.css
Lines 280 to 281 in 3ca304c
:host([size="m"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/number-field/src/number-field.css
Lines 283 to 284 in 3ca304c
:host([size="s"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/number-field/src/number-field.css
Lines 286 to 287 in 3ca304c
:host([size="l"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/number-field/src/number-field.css
Lines 289 to 290 in 3ca304c
:host([size="xl"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/number-field/src/number-field.css
Lines 292 to 293 in 3ca304c
:host([hide-stepper]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/overlay/src/overlay.css
Lines 22 to 23 in 3ca304c
:host(:has(> sp-tooltip)) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/overlay/src/overlay.css
Lines 60 to 61 in 3ca304c
:host(:not([open])) .dialog { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/picker-button/src/picker-button.css
Lines 149 to 150 in 3ca304c
:host([size="s"]) .root { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/picker-button/src/picker-button.css
Lines 152 to 153 in 3ca304c
:host([size="l"]) .root { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/picker-button/src/picker-button.css
Lines 155 to 156 in 3ca304c
:host([size="xl"]) .root { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/picker-button/src/picker-button.css
Lines 195 to 196 in 3ca304c
:host(:is(:active, [active])) .root { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/picker-button/src/picker-button.css
Lines 201 to 202 in 3ca304c
.root:focus-visible { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/picker/src/picker.css
Lines 97 to 98 in 3ca304c
:host([size="s"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/picker/src/picker.css
Lines 100 to 101 in 3ca304c
:host([size="l"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/picker/src/picker.css
Lines 103 to 104 in 3ca304c
:host([size="xl"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/picker/src/picker.css
Lines 441 to 442 in 3ca304c
:host([size="s"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/progress-bar/src/progress-bar.css
Lines 167 to 168 in 3ca304c
:host([size="s"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/progress-bar/src/progress-bar.css
Lines 170 to 171 in 3ca304c
:host([size="l"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/progress-bar/src/progress-bar.css
Lines 173 to 174 in 3ca304c
:host([size="xl"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
:host([size="s"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
:host([size="l"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/radio/src/radio.css
Lines 58 to 59 in 3ca304c
:host(:lang(zh)) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/radio/src/radio.css
Lines 61 to 62 in 3ca304c
:host(:lang(ko)) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/radio/src/radio.css
Lines 66 to 67 in 3ca304c
:host([size="m"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/radio/src/radio.css
Lines 69 to 70 in 3ca304c
:host([size="s"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/radio/src/radio.css
Lines 72 to 73 in 3ca304c
:host([size="l"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/radio/src/radio.css
Lines 75 to 76 in 3ca304c
:host([size="xl"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/search/src/search.css
Lines 60 to 61 in 3ca304c
:host([size="s"]) #textfield { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/search/src/search.css
Lines 63 to 64 in 3ca304c
:host([size="m"]) #textfield { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/search/src/search.css
Lines 66 to 67 in 3ca304c
:host([size="l"]) #textfield { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/search/src/search.css
Lines 69 to 70 in 3ca304c
:host([size="xl"]) #textfield { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/search/src/search.css
Lines 133 to 134 in 3ca304c
#textfield.is-focused .icon-search { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/search/src/search.css
Lines 136 to 137 in 3ca304c
#textfield.is-keyboardFocused .icon-search { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/search/src/search.css
Lines 139 to 140 in 3ca304c
#textfield.is-disabled .icon-search { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/search/src/search.css
Lines 181 to 182 in 3ca304c
#textfield.is-focused:hover .icon-search { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/search/src/search.css
Lines 184 to 185 in 3ca304c
#textfield.is-disabled:hover .icon-search { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/sidenav/src/sidenav-heading.css
Lines 86 to 87 in 3ca304c
#list:lang(zh) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/sidenav/src/sidenav-item.css
Lines 71 to 72 in 3ca304c
#list:lang(zh) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/sidenav/src/sidenav.css
Lines 99 to 100 in 3ca304c
:host(:lang(ja), :lang(ko), :lang(zh)) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/sidenav/src/sidenav.css
Lines 117 to 118 in 3ca304c
:host(:not([variant="multilevel"])) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/slider/src/slider.css
Lines 78 to 79 in 3ca304c
:host([size="s"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/slider/src/slider.css
Lines 81 to 82 in 3ca304c
:host([size="l"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/slider/src/slider.css
Lines 84 to 85 in 3ca304c
:host([size="xl"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/slider/src/slider.css
Lines 588 to 589 in 3ca304c
:host([size="s"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/slider/src/slider.css
Lines 591 to 592 in 3ca304c
:host([size="l"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/slider/src/slider.css
Lines 594 to 595 in 3ca304c
:host([size="xl"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/status-light/src/status-light.css
Lines 261 to 262 in 3ca304c
:host([size="s"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/status-light/src/status-light.css
Lines 264 to 265 in 3ca304c
:host([size="l"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/status-light/src/status-light.css
Lines 267 to 268 in 3ca304c
:host([size="xl"]) { | |
} |
🚫 [stylelint] <declaration-block-no-duplicate-properties> reported by reviewdog 🐶
Unexpected duplicate "user-select"
user-select: none; |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-head-cell.css
Lines 55 to 56 in 3ca304c
:host([sortable][active]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-head-cell.css
Lines 58 to 59 in 3ca304c
:host([sortable]:focus) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-head-cell.css
Lines 62 to 63 in 3ca304c
:host([sortable]:focus-visible) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-head-cell.css
Lines 100 to 101 in 3ca304c
:host([sortable]:focus):hover { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-row.css
Lines 88 to 89 in 3ca304c
:host:active { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-row.css
Lines 96 to 97 in 3ca304c
:host([selected]:focus-visible) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-row.css
Lines 100 to 101 in 3ca304c
:host([drop-target]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-row.css
Lines 115 to 116 in 3ca304c
.spectrum-Table-row--summary { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-row.css
Lines 171 to 172 in 3ca304c
:host([data-tier="1"]) .spectrum-Table-row--collapsible { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-row.css
Lines 174 to 175 in 3ca304c
:host([data-tier="2"]) .spectrum-Table-row--collapsible { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-row.css
Lines 177 to 178 in 3ca304c
:host([data-tier="3"]) .spectrum-Table-row--collapsible { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-row.css
Lines 180 to 181 in 3ca304c
:host([data-tier="4"]) .spectrum-Table-row--collapsible { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-row.css
Lines 183 to 184 in 3ca304c
:host([data-tier="5"]) .spectrum-Table-row--collapsible { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-row.css
Lines 186 to 187 in 3ca304c
:host([data-tier="6"]) .spectrum-Table-row--collapsible { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-row.css
Lines 210 to 211 in 3ca304c
:host([selected]:hover) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-row.css
Lines 213 to 214 in 3ca304c
.spectrum-Table-row--sectionHeader:hover { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table.css
Lines 87 to 88 in 3ca304c
:host([size="s"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table.css
Lines 90 to 91 in 3ca304c
:host([size="l"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table.css
Lines 93 to 94 in 3ca304c
:host([size="xl"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table.css
Lines 105 to 106 in 3ca304c
:host([density="compact"][size="s"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table.css
Lines 108 to 109 in 3ca304c
:host([density="compact"][size="l"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table.css
Lines 111 to 112 in 3ca304c
:host([density="compact"][size="xl"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table.css
Lines 114 to 115 in 3ca304c
:host([density="spacious"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table.css
Lines 117 to 118 in 3ca304c
:host([density="spacious"][size="s"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table.css
Lines 120 to 121 in 3ca304c
:host([density="spacious"][size="l"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table.css
Lines 123 to 124 in 3ca304c
:host([density="spacious"][size="xl"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table.css
Lines 126 to 127 in 3ca304c
:host([emphasized]) { | |
} |
🚫 [stylelint] <custom-property-pattern> reported by reviewdog 🐶
Expected "--mod-table-min-row-height--compact" to match pattern "^_?([a-z][a-z0-9])(-[a-z0-9]+)$"
--mod-table-min-row-height: var(--mod-table-min-row-height--compact, var(--spectrum-table-row-height-medium-compact)); |
🚫 [stylelint] <custom-property-pattern> reported by reviewdog 🐶
Expected "--mod-table-row-top-to-text--compact" to match pattern "^_?([a-z][a-z0-9])(-[a-z0-9]+)$"
--mod-table-row-top-to-text: var(--mod-table-row-top-to-text--compact, var(--spectrum-table-row-top-to-text-medium-compact)); |
🚫 [stylelint] <custom-property-pattern> reported by reviewdog 🐶
Expected "--mod-table-row-bottom-to-text--compact" to match pattern "^_?([a-z][a-z0-9])(-[a-z0-9]+)$"
--mod-table-row-bottom-to-text: var(--mod-table-row-bottom-to-text--compact, var(--spectrum-table-row-bottom-to-text-medium-compact)); |
🚫 [stylelint] <custom-property-pattern> reported by reviewdog 🐶
Expected "--mod-table-row-checkbox-block-spacing--compact" to match pattern "^_?([a-z][a-z0-9])(-[a-z0-9]+)$"
--mod-table-row-checkbox-block-spacing: var(--mod-table-row-checkbox-block-spacing--compact, var(--spectrum-table-row-checkbox-to-top-medium-compact)); |
🚫 [stylelint] <custom-property-pattern> reported by reviewdog 🐶
Expected "--mod-table-border-radius--quiet" to match pattern "^_?([a-z][a-z0-9])(-[a-z0-9]+)$"
--mod-table-border-radius: var(--mod-table-border-radius--quiet, 0px); |
🚫 [stylelint] <custom-property-pattern> reported by reviewdog 🐶
Expected "--mod-table-outer-border-inline-width--quiet" to match pattern "^_?([a-z][a-z0-9])(-[a-z0-9]+)$"
--mod-table-outer-border-inline-width: var(--mod-table-outer-border-inline-width--quiet, 0px); |
🚫 [stylelint] <custom-property-pattern> reported by reviewdog 🐶
Expected "--mod-table-header-background-color--quiet" to match pattern "^_?([a-z][a-z0-9])(-[a-z0-9]+)$"
--mod-table-header-background-color: var(--mod-table-header-background-color--quiet, var(--spectrum-transparent-white-100)); |
🚫 [stylelint] <custom-property-pattern> reported by reviewdog 🐶
Expected "--mod-table-row-background-color--quiet" to match pattern "^_?([a-z][a-z0-9])(-[a-z0-9]+)$"
--mod-table-row-background-color: var(--mod-table-row-background-color--quiet, var(--spectrum-transparent-white-100)); |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs-overflow.css
Lines 27 to 28 in 3ca304c
:host([size="m"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs-overflow.css
Lines 30 to 31 in 3ca304c
:host([size="s"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs-overflow.css
Lines 33 to 34 in 3ca304c
:host([size="l"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs-overflow.css
Lines 36 to 37 in 3ca304c
:host([size="xl"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs-overflow.css
Lines 39 to 40 in 3ca304c
:host([size="xs"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs-overflow.css
Lines 42 to 43 in 3ca304c
:host([compact]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs-sizes.css
Lines 27 to 28 in 3ca304c
:host([size="l"]) #list { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs-sizes.css
Lines 30 to 31 in 3ca304c
:host([size="xl"]) #list { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs-sizes.css
Lines 33 to 34 in 3ca304c
:host([size="s"][compact]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs-sizes.css
Lines 36 to 37 in 3ca304c
:host([size="l"][compact]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs-sizes.css
Lines 39 to 40 in 3ca304c
:host([size="xl"][compact]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs.css
Lines 44 to 45 in 3ca304c
:host([emphasized]) #list { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs.css
Lines 47 to 48 in 3ca304c
:host([direction^="vertical"]) #list { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs.css
Lines 50 to 51 in 3ca304c
:host([direction^="vertical-right"]) #list { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs.css
Lines 54 to 55 in 3ca304c
:host([dir="rtl"][direction^="vertical"]) #list { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs.css
Lines 58 to 59 in 3ca304c
:host([dir="rtl"][direction^="vertical-right"]) #list { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs.css
Lines 61 to 62 in 3ca304c
:host([compact]) #list { | |
} |
🚫 [stylelint] <declaration-block-no-duplicate-properties> reported by reviewdog 🐶
Unexpected duplicate "user-select"
user-select: none; |
:host([variant="error"]) { | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
:host([size="50"]) { | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
:host([size="75"]) { | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
:host([size="100"]) { | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
:host([size="200"]) { | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
:host { | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
:host([size="l"]) { | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
:host([size="xl"]) { | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
:host([size="s"]) { | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
:host([static-color="white"]) { | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
3ca304c
to
b6f8e38
Compare
📚 Branch Preview🔍 Visual Regression Test ResultsWhen a visual regression test fails (or has previously failed while working on this branch), its results can be found in the following URLs: Deployed to Azure Blob Storage: If the changes are expected, update the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit
stylelint
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/meter/src/meter.css
Lines 79 to 80 in b6f8e38
:host([variant="notice"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/meter/src/meter.css
Lines 82 to 83 in b6f8e38
:host([variant="negative"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/number-field/src/number-field.css
Lines 39 to 40 in b6f8e38
:host(:not([disabled])) #textfield:focus { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/number-field/src/number-field.css
Lines 43 to 44 in b6f8e38
:host(:not([disabled]):hover) #textfield:focus { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/number-field/src/number-field.css
Lines 47 to 48 in b6f8e38
:host(:not([disabled])) #textfield:focus-visible { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/number-field/src/number-field.css
Lines 92 to 93 in b6f8e38
:host([size="s"]) #textfield { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/number-field/src/number-field.css
Lines 95 to 96 in b6f8e38
:host([size="l"]) #textfield { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/number-field/src/number-field.css
Lines 98 to 99 in b6f8e38
:host([size="xl"]) #textfield { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/number-field/src/number-field.css
Lines 106 to 107 in b6f8e38
:host([keyboard-focused]:not([disabled])) #textfield { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/number-field/src/number-field.css
Lines 138 to 139 in b6f8e38
:host([quiet][invalid]) #textfield { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/number-field/src/number-field.css
Lines 158 to 159 in b6f8e38
:host([invalid]) #textfield:focus { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/number-field/src/number-field.css
Lines 162 to 163 in b6f8e38
:host([invalid]) #textfield:focus-visible { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/number-field/src/number-field.css
Lines 166 to 167 in b6f8e38
:host([quiet]:not([disabled])) #textfield:focus { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/number-field/src/number-field.css
Lines 170 to 171 in b6f8e38
:host(:not([disabled]):hover) #textfield:focus { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/number-field/src/number-field.css
Lines 173 to 174 in b6f8e38
:host([quiet]:not([disabled]):hover) #textfield { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/number-field/src/number-field.css
Lines 176 to 177 in b6f8e38
:host(:hover) #textfield:not(.is-invalid, .is-disabled, .is-focused) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/number-field/src/number-field.css
Lines 180 to 181 in b6f8e38
:host(:not([disabled]):hover) #textfield:focus { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/number-field/src/number-field.css
Lines 183 to 184 in b6f8e38
:host([invalid]:hover) #textfield { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/number-field/src/number-field.css
Lines 187 to 188 in b6f8e38
:host([invalid]:hover) #textfield:focus { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/number-field/src/number-field.css
Lines 191 to 192 in b6f8e38
:host([quiet]:not([disabled]):hover) #textfield:focus { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/number-field/src/number-field.css
Lines 194 to 195 in b6f8e38
:host([quiet][keyboard-focused]:not([disabled]):hover) #textfield { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/number-field/src/number-field.css
Lines 280 to 281 in b6f8e38
:host([size="m"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/number-field/src/number-field.css
Lines 283 to 284 in b6f8e38
:host([size="s"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/number-field/src/number-field.css
Lines 286 to 287 in b6f8e38
:host([size="l"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/number-field/src/number-field.css
Lines 289 to 290 in b6f8e38
:host([size="xl"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/number-field/src/number-field.css
Lines 292 to 293 in b6f8e38
:host([hide-stepper]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/overlay/src/overlay.css
Lines 22 to 23 in b6f8e38
:host(:has(> sp-tooltip)) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/overlay/src/overlay.css
Lines 60 to 61 in b6f8e38
:host(:not([open])) .dialog { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/picker-button/src/picker-button.css
Lines 149 to 150 in b6f8e38
:host([size="s"]) .root { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/picker-button/src/picker-button.css
Lines 152 to 153 in b6f8e38
:host([size="l"]) .root { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/picker-button/src/picker-button.css
Lines 155 to 156 in b6f8e38
:host([size="xl"]) .root { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/picker-button/src/picker-button.css
Lines 195 to 196 in b6f8e38
:host(:is(:active, [active])) .root { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/picker-button/src/picker-button.css
Lines 201 to 202 in b6f8e38
.root:focus-visible { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/picker/src/picker.css
Lines 97 to 98 in b6f8e38
:host([size="s"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/picker/src/picker.css
Lines 100 to 101 in b6f8e38
:host([size="l"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/picker/src/picker.css
Lines 103 to 104 in b6f8e38
:host([size="xl"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/picker/src/picker.css
Lines 441 to 442 in b6f8e38
:host([size="s"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/progress-bar/src/progress-bar.css
Lines 167 to 168 in b6f8e38
:host([size="s"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/progress-bar/src/progress-bar.css
Lines 170 to 171 in b6f8e38
:host([size="l"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/progress-bar/src/progress-bar.css
Lines 173 to 174 in b6f8e38
:host([size="xl"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
:host([size="s"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
:host([size="l"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/radio/src/radio.css
Lines 58 to 59 in b6f8e38
:host(:lang(zh)) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/radio/src/radio.css
Lines 61 to 62 in b6f8e38
:host(:lang(ko)) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/radio/src/radio.css
Lines 66 to 67 in b6f8e38
:host([size="m"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/radio/src/radio.css
Lines 69 to 70 in b6f8e38
:host([size="s"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/radio/src/radio.css
Lines 72 to 73 in b6f8e38
:host([size="l"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/radio/src/radio.css
Lines 75 to 76 in b6f8e38
:host([size="xl"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/search/src/search.css
Lines 60 to 61 in b6f8e38
:host([size="s"]) #textfield { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/search/src/search.css
Lines 63 to 64 in b6f8e38
:host([size="m"]) #textfield { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/search/src/search.css
Lines 66 to 67 in b6f8e38
:host([size="l"]) #textfield { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/search/src/search.css
Lines 69 to 70 in b6f8e38
:host([size="xl"]) #textfield { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/search/src/search.css
Lines 133 to 134 in b6f8e38
#textfield.is-focused .icon-search { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/search/src/search.css
Lines 136 to 137 in b6f8e38
#textfield.is-keyboardFocused .icon-search { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/search/src/search.css
Lines 139 to 140 in b6f8e38
#textfield.is-disabled .icon-search { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/search/src/search.css
Lines 181 to 182 in b6f8e38
#textfield.is-focused:hover .icon-search { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/search/src/search.css
Lines 184 to 185 in b6f8e38
#textfield.is-disabled:hover .icon-search { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/sidenav/src/sidenav-heading.css
Lines 86 to 87 in b6f8e38
#list:lang(zh) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/sidenav/src/sidenav-item.css
Lines 71 to 72 in b6f8e38
#list:lang(zh) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/sidenav/src/sidenav.css
Lines 99 to 100 in b6f8e38
:host(:lang(ja), :lang(ko), :lang(zh)) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/sidenav/src/sidenav.css
Lines 117 to 118 in b6f8e38
:host(:not([variant="multilevel"])) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/slider/src/slider.css
Lines 78 to 79 in b6f8e38
:host([size="s"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/slider/src/slider.css
Lines 81 to 82 in b6f8e38
:host([size="l"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/slider/src/slider.css
Lines 84 to 85 in b6f8e38
:host([size="xl"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/slider/src/slider.css
Lines 588 to 589 in b6f8e38
:host([size="s"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/slider/src/slider.css
Lines 591 to 592 in b6f8e38
:host([size="l"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/slider/src/slider.css
Lines 594 to 595 in b6f8e38
:host([size="xl"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/status-light/src/status-light.css
Lines 261 to 262 in b6f8e38
:host([size="s"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/status-light/src/status-light.css
Lines 264 to 265 in b6f8e38
:host([size="l"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/status-light/src/status-light.css
Lines 267 to 268 in b6f8e38
:host([size="xl"]) { | |
} |
🚫 [stylelint] <declaration-block-no-duplicate-properties> reported by reviewdog 🐶
Unexpected duplicate "user-select"
user-select: none; |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-head-cell.css
Lines 55 to 56 in b6f8e38
:host([sortable][active]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-head-cell.css
Lines 58 to 59 in b6f8e38
:host([sortable]:focus) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-head-cell.css
Lines 62 to 63 in b6f8e38
:host([sortable]:focus-visible) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-head-cell.css
Lines 100 to 101 in b6f8e38
:host([sortable]:focus):hover { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-row.css
Lines 88 to 89 in b6f8e38
:host:active { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-row.css
Lines 96 to 97 in b6f8e38
:host([selected]:focus-visible) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-row.css
Lines 100 to 101 in b6f8e38
:host([drop-target]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-row.css
Lines 115 to 116 in b6f8e38
.spectrum-Table-row--summary { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-row.css
Lines 171 to 172 in b6f8e38
:host([data-tier="1"]) .spectrum-Table-row--collapsible { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-row.css
Lines 174 to 175 in b6f8e38
:host([data-tier="2"]) .spectrum-Table-row--collapsible { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-row.css
Lines 177 to 178 in b6f8e38
:host([data-tier="3"]) .spectrum-Table-row--collapsible { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-row.css
Lines 180 to 181 in b6f8e38
:host([data-tier="4"]) .spectrum-Table-row--collapsible { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-row.css
Lines 183 to 184 in b6f8e38
:host([data-tier="5"]) .spectrum-Table-row--collapsible { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-row.css
Lines 186 to 187 in b6f8e38
:host([data-tier="6"]) .spectrum-Table-row--collapsible { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-row.css
Lines 210 to 211 in b6f8e38
:host([selected]:hover) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-row.css
Lines 213 to 214 in b6f8e38
.spectrum-Table-row--sectionHeader:hover { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table.css
Lines 87 to 88 in b6f8e38
:host([size="s"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table.css
Lines 90 to 91 in b6f8e38
:host([size="l"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table.css
Lines 93 to 94 in b6f8e38
:host([size="xl"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table.css
Lines 105 to 106 in b6f8e38
:host([density="compact"][size="s"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table.css
Lines 108 to 109 in b6f8e38
:host([density="compact"][size="l"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table.css
Lines 111 to 112 in b6f8e38
:host([density="compact"][size="xl"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table.css
Lines 114 to 115 in b6f8e38
:host([density="spacious"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table.css
Lines 117 to 118 in b6f8e38
:host([density="spacious"][size="s"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table.css
Lines 120 to 121 in b6f8e38
:host([density="spacious"][size="l"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table.css
Lines 123 to 124 in b6f8e38
:host([density="spacious"][size="xl"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table.css
Lines 126 to 127 in b6f8e38
:host([emphasized]) { | |
} |
🚫 [stylelint] <custom-property-pattern> reported by reviewdog 🐶
Expected "--mod-table-min-row-height--compact" to match pattern "^_?([a-z][a-z0-9])(-[a-z0-9]+)$"
--mod-table-min-row-height: var(--mod-table-min-row-height--compact, var(--spectrum-table-row-height-medium-compact)); |
🚫 [stylelint] <custom-property-pattern> reported by reviewdog 🐶
Expected "--mod-table-row-top-to-text--compact" to match pattern "^_?([a-z][a-z0-9])(-[a-z0-9]+)$"
--mod-table-row-top-to-text: var(--mod-table-row-top-to-text--compact, var(--spectrum-table-row-top-to-text-medium-compact)); |
🚫 [stylelint] <custom-property-pattern> reported by reviewdog 🐶
Expected "--mod-table-row-bottom-to-text--compact" to match pattern "^_?([a-z][a-z0-9])(-[a-z0-9]+)$"
--mod-table-row-bottom-to-text: var(--mod-table-row-bottom-to-text--compact, var(--spectrum-table-row-bottom-to-text-medium-compact)); |
🚫 [stylelint] <custom-property-pattern> reported by reviewdog 🐶
Expected "--mod-table-row-checkbox-block-spacing--compact" to match pattern "^_?([a-z][a-z0-9])(-[a-z0-9]+)$"
--mod-table-row-checkbox-block-spacing: var(--mod-table-row-checkbox-block-spacing--compact, var(--spectrum-table-row-checkbox-to-top-medium-compact)); |
🚫 [stylelint] <custom-property-pattern> reported by reviewdog 🐶
Expected "--mod-table-border-radius--quiet" to match pattern "^_?([a-z][a-z0-9])(-[a-z0-9]+)$"
--mod-table-border-radius: var(--mod-table-border-radius--quiet, 0px); |
🚫 [stylelint] <custom-property-pattern> reported by reviewdog 🐶
Expected "--mod-table-outer-border-inline-width--quiet" to match pattern "^_?([a-z][a-z0-9])(-[a-z0-9]+)$"
--mod-table-outer-border-inline-width: var(--mod-table-outer-border-inline-width--quiet, 0px); |
🚫 [stylelint] <custom-property-pattern> reported by reviewdog 🐶
Expected "--mod-table-header-background-color--quiet" to match pattern "^_?([a-z][a-z0-9])(-[a-z0-9]+)$"
--mod-table-header-background-color: var(--mod-table-header-background-color--quiet, var(--spectrum-transparent-white-100)); |
🚫 [stylelint] <custom-property-pattern> reported by reviewdog 🐶
Expected "--mod-table-row-background-color--quiet" to match pattern "^_?([a-z][a-z0-9])(-[a-z0-9]+)$"
--mod-table-row-background-color: var(--mod-table-row-background-color--quiet, var(--spectrum-transparent-white-100)); |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs-overflow.css
Lines 27 to 28 in b6f8e38
:host([size="m"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs-overflow.css
Lines 30 to 31 in b6f8e38
:host([size="s"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs-overflow.css
Lines 33 to 34 in b6f8e38
:host([size="l"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs-overflow.css
Lines 36 to 37 in b6f8e38
:host([size="xl"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs-overflow.css
Lines 39 to 40 in b6f8e38
:host([size="xs"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs-overflow.css
Lines 42 to 43 in b6f8e38
:host([compact]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs-sizes.css
Lines 27 to 28 in b6f8e38
:host([size="l"]) #list { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs-sizes.css
Lines 30 to 31 in b6f8e38
:host([size="xl"]) #list { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs-sizes.css
Lines 33 to 34 in b6f8e38
:host([size="s"][compact]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs-sizes.css
Lines 36 to 37 in b6f8e38
:host([size="l"][compact]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs-sizes.css
Lines 39 to 40 in b6f8e38
:host([size="xl"][compact]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs.css
Lines 44 to 45 in b6f8e38
:host([emphasized]) #list { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs.css
Lines 47 to 48 in b6f8e38
:host([direction^="vertical"]) #list { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs.css
Lines 50 to 51 in b6f8e38
:host([direction^="vertical-right"]) #list { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs.css
Lines 54 to 55 in b6f8e38
:host([dir="rtl"][direction^="vertical"]) #list { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs.css
Lines 58 to 59 in b6f8e38
:host([dir="rtl"][direction^="vertical-right"]) #list { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs.css
Lines 61 to 62 in b6f8e38
:host([compact]) #list { | |
} |
🚫 [stylelint] <declaration-block-no-duplicate-properties> reported by reviewdog 🐶
Unexpected duplicate "user-select"
user-select: none; |
:host(:lang(ja), :lang(ko), :lang(zh)) { | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
#illustrated-message { | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
:host(:lang(zh)) { | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
a:active { | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
:host([static-color="white"]) a { | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
:host([static-color="black"]) a { | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
:host([size="s"]) { | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
:host([size="l"]) { | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
:host([size="xl"]) { | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
:host(:lang(zh)) { | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
Tachometer resultsCurrently, no packages are changed by this PR... |
b6f8e38
to
d6e2e09
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit
stylelint
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/progress-bar/src/progress-bar.css
Lines 167 to 168 in d6e2e09
:host([size="s"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/progress-bar/src/progress-bar.css
Lines 170 to 171 in d6e2e09
:host([size="l"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/progress-bar/src/progress-bar.css
Lines 173 to 174 in d6e2e09
:host([size="xl"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
:host([size="s"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
:host([size="l"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/radio/src/radio.css
Lines 58 to 59 in d6e2e09
:host(:lang(zh)) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/radio/src/radio.css
Lines 61 to 62 in d6e2e09
:host(:lang(ko)) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/radio/src/radio.css
Lines 66 to 67 in d6e2e09
:host([size="m"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/radio/src/radio.css
Lines 69 to 70 in d6e2e09
:host([size="s"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/radio/src/radio.css
Lines 72 to 73 in d6e2e09
:host([size="l"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/radio/src/radio.css
Lines 75 to 76 in d6e2e09
:host([size="xl"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/search/src/search.css
Lines 60 to 61 in d6e2e09
:host([size="s"]) #textfield { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/search/src/search.css
Lines 63 to 64 in d6e2e09
:host([size="m"]) #textfield { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/search/src/search.css
Lines 66 to 67 in d6e2e09
:host([size="l"]) #textfield { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/search/src/search.css
Lines 69 to 70 in d6e2e09
:host([size="xl"]) #textfield { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/search/src/search.css
Lines 133 to 134 in d6e2e09
#textfield.is-focused .icon-search { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/search/src/search.css
Lines 136 to 137 in d6e2e09
#textfield.is-keyboardFocused .icon-search { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/search/src/search.css
Lines 139 to 140 in d6e2e09
#textfield.is-disabled .icon-search { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/search/src/search.css
Lines 181 to 182 in d6e2e09
#textfield.is-focused:hover .icon-search { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/search/src/search.css
Lines 184 to 185 in d6e2e09
#textfield.is-disabled:hover .icon-search { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/sidenav/src/sidenav-heading.css
Lines 86 to 87 in d6e2e09
#list:lang(zh) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/sidenav/src/sidenav-item.css
Lines 71 to 72 in d6e2e09
#list:lang(zh) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/sidenav/src/sidenav.css
Lines 99 to 100 in d6e2e09
:host(:lang(ja), :lang(ko), :lang(zh)) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/sidenav/src/sidenav.css
Lines 117 to 118 in d6e2e09
:host(:not([variant="multilevel"])) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/slider/src/slider.css
Lines 78 to 79 in d6e2e09
:host([size="s"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/slider/src/slider.css
Lines 81 to 82 in d6e2e09
:host([size="l"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/slider/src/slider.css
Lines 84 to 85 in d6e2e09
:host([size="xl"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/slider/src/slider.css
Lines 588 to 589 in d6e2e09
:host([size="s"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/slider/src/slider.css
Lines 591 to 592 in d6e2e09
:host([size="l"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/slider/src/slider.css
Lines 594 to 595 in d6e2e09
:host([size="xl"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/status-light/src/status-light.css
Lines 261 to 262 in d6e2e09
:host([size="s"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/status-light/src/status-light.css
Lines 264 to 265 in d6e2e09
:host([size="l"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/status-light/src/status-light.css
Lines 267 to 268 in d6e2e09
:host([size="xl"]) { | |
} |
🚫 [stylelint] <declaration-block-no-duplicate-properties> reported by reviewdog 🐶
Unexpected duplicate "user-select"
user-select: none; |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-head-cell.css
Lines 55 to 56 in d6e2e09
:host([sortable][active]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-head-cell.css
Lines 58 to 59 in d6e2e09
:host([sortable]:focus) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-head-cell.css
Lines 62 to 63 in d6e2e09
:host([sortable]:focus-visible) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-head-cell.css
Lines 100 to 101 in d6e2e09
:host([sortable]:focus):hover { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-row.css
Lines 88 to 89 in d6e2e09
:host:active { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-row.css
Lines 96 to 97 in d6e2e09
:host([selected]:focus-visible) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-row.css
Lines 100 to 101 in d6e2e09
:host([drop-target]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-row.css
Lines 115 to 116 in d6e2e09
.spectrum-Table-row--summary { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-row.css
Lines 171 to 172 in d6e2e09
:host([data-tier="1"]) .spectrum-Table-row--collapsible { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-row.css
Lines 174 to 175 in d6e2e09
:host([data-tier="2"]) .spectrum-Table-row--collapsible { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-row.css
Lines 177 to 178 in d6e2e09
:host([data-tier="3"]) .spectrum-Table-row--collapsible { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-row.css
Lines 180 to 181 in d6e2e09
:host([data-tier="4"]) .spectrum-Table-row--collapsible { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-row.css
Lines 183 to 184 in d6e2e09
:host([data-tier="5"]) .spectrum-Table-row--collapsible { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-row.css
Lines 186 to 187 in d6e2e09
:host([data-tier="6"]) .spectrum-Table-row--collapsible { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-row.css
Lines 210 to 211 in d6e2e09
:host([selected]:hover) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-row.css
Lines 213 to 214 in d6e2e09
.spectrum-Table-row--sectionHeader:hover { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table.css
Lines 87 to 88 in d6e2e09
:host([size="s"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table.css
Lines 90 to 91 in d6e2e09
:host([size="l"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table.css
Lines 93 to 94 in d6e2e09
:host([size="xl"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table.css
Lines 105 to 106 in d6e2e09
:host([density="compact"][size="s"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table.css
Lines 108 to 109 in d6e2e09
:host([density="compact"][size="l"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table.css
Lines 111 to 112 in d6e2e09
:host([density="compact"][size="xl"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table.css
Lines 114 to 115 in d6e2e09
:host([density="spacious"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table.css
Lines 117 to 118 in d6e2e09
:host([density="spacious"][size="s"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table.css
Lines 120 to 121 in d6e2e09
:host([density="spacious"][size="l"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table.css
Lines 123 to 124 in d6e2e09
:host([density="spacious"][size="xl"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table.css
Lines 126 to 127 in d6e2e09
:host([emphasized]) { | |
} |
🚫 [stylelint] <custom-property-pattern> reported by reviewdog 🐶
Expected "--mod-table-min-row-height--compact" to match pattern "^_?([a-z][a-z0-9])(-[a-z0-9]+)$"
--mod-table-min-row-height: var(--mod-table-min-row-height--compact, var(--spectrum-table-row-height-medium-compact)); |
🚫 [stylelint] <custom-property-pattern> reported by reviewdog 🐶
Expected "--mod-table-row-top-to-text--compact" to match pattern "^_?([a-z][a-z0-9])(-[a-z0-9]+)$"
--mod-table-row-top-to-text: var(--mod-table-row-top-to-text--compact, var(--spectrum-table-row-top-to-text-medium-compact)); |
🚫 [stylelint] <custom-property-pattern> reported by reviewdog 🐶
Expected "--mod-table-row-bottom-to-text--compact" to match pattern "^_?([a-z][a-z0-9])(-[a-z0-9]+)$"
--mod-table-row-bottom-to-text: var(--mod-table-row-bottom-to-text--compact, var(--spectrum-table-row-bottom-to-text-medium-compact)); |
🚫 [stylelint] <custom-property-pattern> reported by reviewdog 🐶
Expected "--mod-table-row-checkbox-block-spacing--compact" to match pattern "^_?([a-z][a-z0-9])(-[a-z0-9]+)$"
--mod-table-row-checkbox-block-spacing: var(--mod-table-row-checkbox-block-spacing--compact, var(--spectrum-table-row-checkbox-to-top-medium-compact)); |
🚫 [stylelint] <custom-property-pattern> reported by reviewdog 🐶
Expected "--mod-table-border-radius--quiet" to match pattern "^_?([a-z][a-z0-9])(-[a-z0-9]+)$"
--mod-table-border-radius: var(--mod-table-border-radius--quiet, 0px); |
🚫 [stylelint] <custom-property-pattern> reported by reviewdog 🐶
Expected "--mod-table-outer-border-inline-width--quiet" to match pattern "^_?([a-z][a-z0-9])(-[a-z0-9]+)$"
--mod-table-outer-border-inline-width: var(--mod-table-outer-border-inline-width--quiet, 0px); |
🚫 [stylelint] <custom-property-pattern> reported by reviewdog 🐶
Expected "--mod-table-header-background-color--quiet" to match pattern "^_?([a-z][a-z0-9])(-[a-z0-9]+)$"
--mod-table-header-background-color: var(--mod-table-header-background-color--quiet, var(--spectrum-transparent-white-100)); |
🚫 [stylelint] <custom-property-pattern> reported by reviewdog 🐶
Expected "--mod-table-row-background-color--quiet" to match pattern "^_?([a-z][a-z0-9])(-[a-z0-9]+)$"
--mod-table-row-background-color: var(--mod-table-row-background-color--quiet, var(--spectrum-transparent-white-100)); |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs-overflow.css
Lines 27 to 28 in d6e2e09
:host([size="m"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs-overflow.css
Lines 30 to 31 in d6e2e09
:host([size="s"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs-overflow.css
Lines 33 to 34 in d6e2e09
:host([size="l"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs-overflow.css
Lines 36 to 37 in d6e2e09
:host([size="xl"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs-overflow.css
Lines 39 to 40 in d6e2e09
:host([size="xs"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs-overflow.css
Lines 42 to 43 in d6e2e09
:host([compact]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs-sizes.css
Lines 27 to 28 in d6e2e09
:host([size="l"]) #list { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs-sizes.css
Lines 30 to 31 in d6e2e09
:host([size="xl"]) #list { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs-sizes.css
Lines 33 to 34 in d6e2e09
:host([size="s"][compact]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs-sizes.css
Lines 36 to 37 in d6e2e09
:host([size="l"][compact]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs-sizes.css
Lines 39 to 40 in d6e2e09
:host([size="xl"][compact]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs.css
Lines 44 to 45 in d6e2e09
:host([emphasized]) #list { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs.css
Lines 47 to 48 in d6e2e09
:host([direction^="vertical"]) #list { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs.css
Lines 50 to 51 in d6e2e09
:host([direction^="vertical-right"]) #list { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs.css
Lines 54 to 55 in d6e2e09
:host([dir="rtl"][direction^="vertical"]) #list { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs.css
Lines 58 to 59 in d6e2e09
:host([dir="rtl"][direction^="vertical-right"]) #list { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs.css
Lines 61 to 62 in d6e2e09
:host([compact]) #list { | |
} |
🚫 [stylelint] <declaration-block-no-duplicate-properties> reported by reviewdog 🐶
Unexpected duplicate "user-select"
user-select: none; |
:host(:not([disabled])) #textfield:focus { | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
:host(:not([disabled]):hover) #textfield:focus { | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
:host(:not([disabled])) #textfield:focus-visible { | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
:host([size="s"]) #textfield { | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
:host([size="l"]) #textfield { | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
:host(:not([open])) .dialog { | ||
--sp-overlay-open: false; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
:host([size="s"]) { | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
:host([size="l"]) { | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
:host([size="xl"]) { | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
:host([size="s"]) { | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
d6e2e09
to
fe84c63
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit
stylelint
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/status-light/src/status-light.css
Lines 261 to 262 in fe84c63
:host([size="s"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/status-light/src/status-light.css
Lines 264 to 265 in fe84c63
:host([size="l"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/status-light/src/status-light.css
Lines 267 to 268 in fe84c63
:host([size="xl"]) { | |
} |
🚫 [stylelint] <declaration-block-no-duplicate-properties> reported by reviewdog 🐶
Unexpected duplicate "user-select"
user-select: none; |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-head-cell.css
Lines 55 to 56 in fe84c63
:host([sortable][active]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-head-cell.css
Lines 58 to 59 in fe84c63
:host([sortable]:focus) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-head-cell.css
Lines 62 to 63 in fe84c63
:host([sortable]:focus-visible) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-head-cell.css
Lines 100 to 101 in fe84c63
:host([sortable]:focus):hover { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-row.css
Lines 88 to 89 in fe84c63
:host:active { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-row.css
Lines 96 to 97 in fe84c63
:host([selected]:focus-visible) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-row.css
Lines 100 to 101 in fe84c63
:host([drop-target]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-row.css
Lines 115 to 116 in fe84c63
.spectrum-Table-row--summary { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-row.css
Lines 171 to 172 in fe84c63
:host([data-tier="1"]) .spectrum-Table-row--collapsible { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-row.css
Lines 174 to 175 in fe84c63
:host([data-tier="2"]) .spectrum-Table-row--collapsible { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-row.css
Lines 177 to 178 in fe84c63
:host([data-tier="3"]) .spectrum-Table-row--collapsible { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-row.css
Lines 180 to 181 in fe84c63
:host([data-tier="4"]) .spectrum-Table-row--collapsible { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-row.css
Lines 183 to 184 in fe84c63
:host([data-tier="5"]) .spectrum-Table-row--collapsible { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-row.css
Lines 186 to 187 in fe84c63
:host([data-tier="6"]) .spectrum-Table-row--collapsible { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-row.css
Lines 210 to 211 in fe84c63
:host([selected]:hover) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table-row.css
Lines 213 to 214 in fe84c63
.spectrum-Table-row--sectionHeader:hover { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table.css
Lines 87 to 88 in fe84c63
:host([size="s"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table.css
Lines 90 to 91 in fe84c63
:host([size="l"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table.css
Lines 93 to 94 in fe84c63
:host([size="xl"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table.css
Lines 105 to 106 in fe84c63
:host([density="compact"][size="s"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table.css
Lines 108 to 109 in fe84c63
:host([density="compact"][size="l"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table.css
Lines 111 to 112 in fe84c63
:host([density="compact"][size="xl"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table.css
Lines 114 to 115 in fe84c63
:host([density="spacious"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table.css
Lines 117 to 118 in fe84c63
:host([density="spacious"][size="s"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table.css
Lines 120 to 121 in fe84c63
:host([density="spacious"][size="l"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table.css
Lines 123 to 124 in fe84c63
:host([density="spacious"][size="xl"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/table/src/table.css
Lines 126 to 127 in fe84c63
:host([emphasized]) { | |
} |
🚫 [stylelint] <custom-property-pattern> reported by reviewdog 🐶
Expected "--mod-table-min-row-height--compact" to match pattern "^_?([a-z][a-z0-9])(-[a-z0-9]+)$"
--mod-table-min-row-height: var(--mod-table-min-row-height--compact, var(--spectrum-table-row-height-medium-compact)); |
🚫 [stylelint] <custom-property-pattern> reported by reviewdog 🐶
Expected "--mod-table-row-top-to-text--compact" to match pattern "^_?([a-z][a-z0-9])(-[a-z0-9]+)$"
--mod-table-row-top-to-text: var(--mod-table-row-top-to-text--compact, var(--spectrum-table-row-top-to-text-medium-compact)); |
🚫 [stylelint] <custom-property-pattern> reported by reviewdog 🐶
Expected "--mod-table-row-bottom-to-text--compact" to match pattern "^_?([a-z][a-z0-9])(-[a-z0-9]+)$"
--mod-table-row-bottom-to-text: var(--mod-table-row-bottom-to-text--compact, var(--spectrum-table-row-bottom-to-text-medium-compact)); |
🚫 [stylelint] <custom-property-pattern> reported by reviewdog 🐶
Expected "--mod-table-row-checkbox-block-spacing--compact" to match pattern "^_?([a-z][a-z0-9])(-[a-z0-9]+)$"
--mod-table-row-checkbox-block-spacing: var(--mod-table-row-checkbox-block-spacing--compact, var(--spectrum-table-row-checkbox-to-top-medium-compact)); |
🚫 [stylelint] <custom-property-pattern> reported by reviewdog 🐶
Expected "--mod-table-border-radius--quiet" to match pattern "^_?([a-z][a-z0-9])(-[a-z0-9]+)$"
--mod-table-border-radius: var(--mod-table-border-radius--quiet, 0px); |
🚫 [stylelint] <custom-property-pattern> reported by reviewdog 🐶
Expected "--mod-table-outer-border-inline-width--quiet" to match pattern "^_?([a-z][a-z0-9])(-[a-z0-9]+)$"
--mod-table-outer-border-inline-width: var(--mod-table-outer-border-inline-width--quiet, 0px); |
🚫 [stylelint] <custom-property-pattern> reported by reviewdog 🐶
Expected "--mod-table-header-background-color--quiet" to match pattern "^_?([a-z][a-z0-9])(-[a-z0-9]+)$"
--mod-table-header-background-color: var(--mod-table-header-background-color--quiet, var(--spectrum-transparent-white-100)); |
🚫 [stylelint] <custom-property-pattern> reported by reviewdog 🐶
Expected "--mod-table-row-background-color--quiet" to match pattern "^_?([a-z][a-z0-9])(-[a-z0-9]+)$"
--mod-table-row-background-color: var(--mod-table-row-background-color--quiet, var(--spectrum-transparent-white-100)); |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs-overflow.css
Lines 27 to 28 in fe84c63
:host([size="m"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs-overflow.css
Lines 30 to 31 in fe84c63
:host([size="s"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs-overflow.css
Lines 33 to 34 in fe84c63
:host([size="l"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs-overflow.css
Lines 36 to 37 in fe84c63
:host([size="xl"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs-overflow.css
Lines 39 to 40 in fe84c63
:host([size="xs"]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs-overflow.css
Lines 42 to 43 in fe84c63
:host([compact]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs-sizes.css
Lines 27 to 28 in fe84c63
:host([size="l"]) #list { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs-sizes.css
Lines 30 to 31 in fe84c63
:host([size="xl"]) #list { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs-sizes.css
Lines 33 to 34 in fe84c63
:host([size="s"][compact]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs-sizes.css
Lines 36 to 37 in fe84c63
:host([size="l"][compact]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs-sizes.css
Lines 39 to 40 in fe84c63
:host([size="xl"][compact]) { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs.css
Lines 44 to 45 in fe84c63
:host([emphasized]) #list { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs.css
Lines 47 to 48 in fe84c63
:host([direction^="vertical"]) #list { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs.css
Lines 50 to 51 in fe84c63
:host([direction^="vertical-right"]) #list { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs.css
Lines 54 to 55 in fe84c63
:host([dir="rtl"][direction^="vertical"]) #list { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs.css
Lines 58 to 59 in fe84c63
:host([dir="rtl"][direction^="vertical-right"]) #list { | |
} |
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
spectrum-web-components/packages/tabs/src/tabs.css
Lines 61 to 62 in fe84c63
:host([compact]) #list { | |
} |
🚫 [stylelint] <declaration-block-no-duplicate-properties> reported by reviewdog 🐶
Unexpected duplicate "user-select"
user-select: none; |
:host([size="s"]) { | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
:host([size="l"]) { | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
:host([size="xl"]) { | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
:host([size="s"]) { | ||
--_spectrum-progress-circle-size: var(--spectrum-progress-circle-size, var(--spectrum-progress-circle-size-small)); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
:host([size="l"]) { | ||
--_spectrum-progress-circle-size: var(--spectrum-progress-circle-size, var(--spectrum-progress-circle-size-large)); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
:host([size="l"]) { | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
:host([size="xl"]) { | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
:host([size="s"]) { | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
:host([size="l"]) { | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
:host([size="xl"]) { | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [stylelint] <block-no-empty> reported by reviewdog 🐶
Unexpected empty block
fe84c63
to
55b10f6
Compare
Description
From the main branch as the base, this PR updates only the styles and icons in order to achieve a minimal S2 implementation.
Motivation and context
Related issue(s)
Screenshots (if appropriate)
Author's checklist
Reviewer's checklist
patch
,minor
, ormajor
featuresManual review test cases
Descriptive Test Statement
Descriptive Test Statement
Device review