Skip to content

Commit

Permalink
Merge pull request botoxparty#39 from dwhinham/groupbox-fix
Browse files Browse the repository at this point in the history
Fix GroupBox border for Firefox
  • Loading branch information
botoxparty authored Oct 18, 2021
2 parents f8c7954 + 888d093 commit 2e05a2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions gui/_groupbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
\*-------------------------------------------*/

fieldset {
border: none;
box-shadow: var(--border-sunken-outer), var(--border-raised-inner);
border-image: svg-load("./icon/groupbox-border.svg") 2;
padding: calc(2 * var(--border-width) + var(--element-spacing));
padding-block-start: var(--element-spacing);
margin: 0;
Expand Down
4 changes: 4 additions & 0 deletions gui/icon/groupbox-border.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2e05a2f

Please sign in to comment.