Skip to content

Commit

Permalink
Merge pull request #183 from devgeniem/TMS-1062
Browse files Browse the repository at this point in the history
TMS-1062: Increase menu-dropdown button size
  • Loading branch information
eebbi authored Sep 3, 2024
2 parents 7016403 + fd19d06 commit da1651b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

- TMS-1062: Increase menu-dropdown button size
- TMS-1052: Favorite programs-functionalities
- TMS-1051: Add "Print page"-button to single program

Expand Down
6 changes: 6 additions & 0 deletions assets/styles/ui-components/header/_primary-nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,18 @@ $navbar-item-dropdown-accent-color: $primary !default;
}

&--dropdown {
.navbar-link.dropdown-trigger {
padding-right: .75rem !important; // sass-lint:disable-line no-important
}

.has-dropdown {
position: static;
}

.dropdown-toggler {
margin-right: 0 !important; // sass-lint:disable-line no-important
padding: .625rem;

&:focus {
text-decoration: underline;
outline: .125rem solid $color-black;
Expand Down

0 comments on commit da1651b

Please sign in to comment.