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 authored and raimund-schluessler committed May 31, 2022
1 parent f5e01f1 commit 1084ddf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
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: 4px;
// 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 @@ -495,6 +495,7 @@ export default {
width: 100%;
min-height: $clickable-area;
padding-right: 8px;
border-radius: var(--border-radius-large);
&-wrapper {
position: relative;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export default {
background-color: var(--color-main-background);
box-shadow: none;
border: 0;
border-radius: 0;
border-radius: var(--border-radius-large);
text-align: left;
font-weight: normal;
font-size: 100%;
Expand All @@ -113,6 +113,7 @@ export default {
&:hover,
&:focus {
background-color: var(--color-background-hover);
border-radius: var(--border-radius-large);
}
&__icon {
Expand Down

0 comments on commit 1084ddf

Please sign in to comment.