]> BookStack Code Mirror - bookstack/commitdiff
Fixed issue that caused quick-sort buttons to not be clickable
authorDan Brown <redacted>
Sat, 7 Sep 2019 12:08:55 +0000 (13:08 +0100)
committerDan Brown <redacted>
Sat, 7 Sep 2019 12:08:55 +0000 (13:08 +0100)
Fixes #1639

resources/assets/sass/_lists.scss

index 7c7cc4b3589e8e3d8a4242055fc33d8d26a4301e..2e8fa257aebcf270e87bf438b00659ca85efcebd 100644 (file)
   padding: $-m $-xl;
   position: relative;
   &::before {
+    pointer-events: none;
     content: '';
     border-radius: 4px;
     opacity: 0.5;