Skip to content

Commit

Permalink
Remove old arrow, and pass though mouse clicks.
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Jun 2, 2024
1 parent cb2f317 commit 0327e58
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions _sass/fabric.scss
Original file line number Diff line number Diff line change
Expand Up @@ -185,12 +185,6 @@ p {
-moz-appearance: none;
appearance: none;

// Add back the arrow, see https://stackoverflow.com/a/57510283
background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23FFFFFF'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
background-size: 10px;
background-position: calc(100% - 16px) center;
background-repeat: no-repeat;

option {
background-color: $grey-color-very-dark;
}
Expand All @@ -202,6 +196,7 @@ p {
position: absolute;
right: 1rem;
top: 0.5rem;
pointer-events: none;
}
}

Expand Down

0 comments on commit 0327e58

Please sign in to comment.