Skip to content

Commit

Permalink
style(ui): update SideBar link styles to match design
Browse files Browse the repository at this point in the history
  • Loading branch information
elevatebart committed Jan 10, 2025
1 parent 8d57f8f commit 6a5ec8d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion ui/src/components/layout/SideBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -253,14 +253,24 @@
.vsm--link {
padding: 0.3rem 0.5rem;
margin-bottom: 0.3rem;
border-radius: var(--bs-border-radius-lg);
border-radius: .25rem;
transition: padding 0.2s ease;
color: var(--ks-content-primary);
box-shadow: none;
&_active {
background-color: var(--ks-button-background-secondary-active);
font-weight: normal;
}
&_disabled {
pointer-events: auto;
}
&:hover {
background-color: var(--ks-button-background-secondary-hover);
}
.el-tooltip__trigger {
display: flex;
}
Expand Down

0 comments on commit 6a5ec8d

Please sign in to comment.