Skip to content

Commit

Permalink
Fixed appearance of buttons on Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Oct 25, 2021
1 parent 006b7fb commit 848d4c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui/src/theme/project/buttons.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
@import '../variables';
@import '~bootstrap/scss/_mixins';

.btn {
-webkit-appearance: none;
}

.btn.btn-text {
display: inline;
padding: 0px;
Expand Down

0 comments on commit 848d4c7

Please sign in to comment.