Skip to content

Commit b0e7480

Browse files
authored
Update main.css
1 parent bd2daf5 commit b0e7480

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

static/css/main.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,11 @@ li{
409409
* Hide visually and from screen readers
410410
*/
411411

412+
.not-active {
413+
pointer-events: none;
414+
cursor: default;
415+
}
416+
412417
.hidden {
413418
display: none !important;
414419
}
@@ -576,4 +581,4 @@ li{
576581
h3 {
577582
page-break-after: avoid;
578583
}
579-
}
584+
}

0 commit comments

Comments
 (0)