Skip to content

Commit

Permalink
Only remove border for navbar buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Dec 14, 2023
1 parent 758a4f1 commit 191f565
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
2 changes: 0 additions & 2 deletions scss/modules/buttons.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// Buttons

.btn {
--bs-border-width: 0;

appearance: none;

&.btn-default,
Expand Down
12 changes: 3 additions & 9 deletions scss/modules/navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -301,23 +301,17 @@
}

.navbar {
--bs-border-width: 0;
--bs-navbar-color: $body-color;

padding: 0;

.row.region-navigation-right > * {
flex-shrink: unset;
width: unset;
max-width: unset;
padding-right: unset;
padding-left: unset;
margin-top: unset;
}
}

// Navbar toggle with X transition
@media (max-width: #{$screen-sm-max}) {
.navbar-toggler {
--bs-navbar-toggler-focus-width: 0;

align-items: center;
border-radius: 0;
display: flex;
Expand Down

0 comments on commit 191f565

Please sign in to comment.