Skip to content

Commit f57a777

Browse files
committed
GRABABLE DRAGABLE
1 parent 9ec1235 commit f57a777

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/src/global_styles/primer/_overrides.sass

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,11 +164,11 @@ ul.SegmentedControl,
164164
&:focus-visible
165165
background-color: var(--bgColor-accent-muted)
166166

167-
.Box-row--clickable
167+
.Box-row:is(.Box-row--clickable)
168168
cursor: pointer
169169

170170
.Box-row:is(.Box-row--draggable)
171-
padding-left: 0
171+
cursor: grab
172172

173173
// Apply the mobile styles as soon as the banner itself is small
174174
// Styles are copied from the PVC repo

0 commit comments

Comments
 (0)