Skip to content

Commit

Permalink
Merged in bugfix/SHIBUI-2176 (pull request #555)
Browse files Browse the repository at this point in the history
Fixed appearance of buttons on Safari

Approved-by: Bill Smith
Approved-by: Jonathan Johnson
  • Loading branch information
rmathis authored and Jonathan Johnson committed Nov 1, 2021
2 parents bab1c2e + 848d4c7 commit 807f85c
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 807f85c

Please sign in to comment.