Skip to content

Commit 3db642c

Browse files
committed
workaround for "next" button hover state
1 parent 5d6212d commit 3db642c

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

assets/css/page-widgets/suggested-tasks.css

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@
277277
Interactive tasks, popover.
278278
\*------------------------------------*/
279279
.prpl-popover.prpl-popover-interactive {
280-
padding: 1.5rem;
280+
padding: 24px 24px 14px 24px; /* 14px is needed for the "next" button hover state. */
281281
box-sizing: border-box;
282282

283283
* {
@@ -288,10 +288,8 @@
288288
display: flex;
289289
flex-wrap: wrap;
290290
gap: 40px;
291-
292-
/* overflow: hidden; */
293-
294-
/* We need to allow overflow for .prpl-button hover effect. */
291+
overflow: hidden;
292+
padding-bottom: 10px; /* Needed for the "next" button hover state. */
295293

296294
> * {
297295
flex-grow: 1;
@@ -312,14 +310,12 @@
312310
background-color: var(--prpl-color-gray-2);
313311
}
314312

315-
/* WIP: This adds vertical line above the column? */
316-
317-
/* &::after {
313+
&::after {
318314
top: -20px;
319315
left: 0;
320316
width: 100%;
321317
height: 1px;
322-
} */
318+
}
323319
}
324320
}
325321
}

0 commit comments

Comments
 (0)