Skip to content

Commit

Permalink
fix: chips offset
Browse files Browse the repository at this point in the history
  • Loading branch information
kKaskak committed Jul 4, 2024
1 parent fe663f1 commit c5efdcb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/common/Chips/Chip/Chip.less
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,16 @@
background-color: transparent;
user-select: none;
overflow: hidden;
opacity: 0.6;

&:hover {
background-color: var(--overlay-color);
transition: background-color 0.1s ease-out;
opacity: 1;
}

&.active {
font-weight: 700;
opacity: 1;
background-color: var(--quaternary-accent-color);
transition: background-color 0.1s ease-in;
}
Expand Down

0 comments on commit c5efdcb

Please sign in to comment.