We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ec1235 commit f57a777Copy full SHA for f57a777
1 file changed
frontend/src/global_styles/primer/_overrides.sass
@@ -164,11 +164,11 @@ ul.SegmentedControl,
164
&:focus-visible
165
background-color: var(--bgColor-accent-muted)
166
167
-.Box-row--clickable
+.Box-row:is(.Box-row--clickable)
168
cursor: pointer
169
170
.Box-row:is(.Box-row--draggable)
171
- padding-left: 0
+ cursor: grab
172
173
// Apply the mobile styles as soon as the banner itself is small
174
// Styles are copied from the PVC repo
0 commit comments