Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
Fix native styling on the resize grab handle. (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackbaud-TrevorBurch authored Jan 10, 2019
1 parent cc48090 commit 043bc23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/public/modules/flyout/flyout.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
bottom: 0;
direction: rtl;

&::-moz-range-thumb {
&::-moz-range-thumb, &::-moz-range-track{
-webkit-appearance: none;
-moz-appearance: none;
width: 0;
Expand Down

0 comments on commit 043bc23

Please sign in to comment.