We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fabe693 commit 45baeb5Copy full SHA for 45baeb5
polaris-react/src/components/ResourceItem/ResourceItem.scss
@@ -23,10 +23,7 @@
23
cursor: pointer;
24
25
&:hover {
26
- background-color: var(--p-color-bg-hover);
27
- #{$se23} & {
28
- background-color: var(--p-color-bg-subdued-hover);
29
- }
+ background-color: var(--p-color-bg-subdued-hover);
30
31
.Actions {
32
// stylelint-disable-next-line selector-max-combinators -- show actions on hover
@@ -120,9 +117,7 @@
120
117
.ListItem + & {
121
118
border-top: var(--p-border-width-1) solid var(--p-color-border-subdued);
122
119
123
124
- @include item-separator;
125
+ @include item-separator;
126
}
127
128
&:not(.hasBulkActions):not(.selectMode) {
0 commit comments