Skip to content

Commit

Permalink
fix(NcAppSidebar): remove custom styles from close button
Browse files Browse the repository at this point in the history
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
  • Loading branch information
ShGKme committed Jan 21, 2025
1 parent 44cc2fd commit 3623762
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/components/NcAppSidebar/NcAppSidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1310,16 +1310,6 @@ $top-buttons-spacing: $app-navigation-padding; // align with app navigation
z-index: 100;
top: $top-buttons-spacing;
inset-inline-end: $top-buttons-spacing;
width: var(--default-clickable-area);
height: var(--default-clickable-area);
opacity: $opacity_normal;
border-radius: calc(var(--default-clickable-area) / 2);
&:hover,
&:active,
&:focus {
opacity: $opacity_full;
background-color: $action-background-hover;
}
}

// Compact mode only affects a sidebar with a figure
Expand Down

0 comments on commit 3623762

Please sign in to comment.