Skip to content

Commit

Permalink
Override Bootstrap svg position mangling (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
turner authored Dec 6, 2023
1 parent bc87bc9 commit 43a3d47
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions css/app.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/app.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions css/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,11 @@ label.dropdown-item {
}
}

// override Bootstrap's invasive css'ing
svg {
vertical-align: unset;
}

// prevent button glow outline
.btn:focus,.btn:active {
outline: none !important;
Expand Down

0 comments on commit 43a3d47

Please sign in to comment.