Skip to content

Commit

Permalink
Improve appearance of navbar toggler when focused
Browse files Browse the repository at this point in the history
  • Loading branch information
spohlenz committed Jul 17, 2024
1 parent db1306f commit 62bc19e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/assets/bundle/trestle/admin.css

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions frontend/css/variables/_bootstrap.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,11 @@ $nav-tabs-link-active-color: $body-color;

// Navbar

$navbar-toggler-padding-x: 0.4rem;
$navbar-dark-color: rgba(white, 0.75);
$navbar-light-color: rgba(white, 0.75);
$navbar-dark-color: rgba(white, 0.75);

$navbar-toggler-padding-x: 0.4rem;
$navbar-toggler-focus-width: 0.25rem;


// Breadcrumbs
Expand Down

0 comments on commit 62bc19e

Please sign in to comment.