Skip to content

Commit

Permalink
Use large border-radius in AppNavigation
Browse files Browse the repository at this point in the history
Signed-off-by: Quentin Guidée <quentin.guidee@gmail.com>
  • Loading branch information
quentinguidee committed Mar 23, 2022
1 parent 66bf198 commit 426ada8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/AppNavigation/AppNavigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ export default {
position: -webkit-sticky;
top: $header-height;
left: 0;
padding: 8px 12px;
// Above appcontent
z-index: 1800;
height: calc(100vh - #{$header-height});
Expand Down
1 change: 1 addition & 0 deletions src/components/AppNavigationItem/AppNavigationItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,7 @@ export default {
width: 100%;
min-height: $clickable-area;
padding-right: 8px;
border-radius: var(--border-radius-large);
// When .active class is applied, change color background of link and utils. The
// !important prevents the focus state to override the active state.
Expand Down

0 comments on commit 426ada8

Please sign in to comment.