Skip to content

Commit

Permalink
Remove {border-color:transparent} from styles, breaking bootstrap nav…
Browse files Browse the repository at this point in the history
…-links
  • Loading branch information
danon committed Jul 31, 2024
1 parent e70e11f commit 06162a6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion resources/sass/core/_dark_topic.scss
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@ body.theme-dark {

button,
.btn {
border-color: transparent;
color: #acacac;

&:hover {
Expand Down
1 change: 0 additions & 1 deletion resources/sass/helpers/_bootstrap.scss
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ hr {

.nav-tabs .nav-link:focus {
color: unset;
border-color: transparent;
}

.close {
Expand Down

0 comments on commit 06162a6

Please sign in to comment.