Skip to content

Commit

Permalink
fix(picker-button): removed option divider (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-gevak authored Oct 13, 2022
1 parent ae32a5d commit 5f0a2fd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/eighty-yaks-heal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@alfalab/core-components-picker-button': patch
---

Удалены разделители опций в выпадающем списке для темы "click"
5 changes: 5 additions & 0 deletions packages/picker-button/src/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,10 @@

& .option {
padding: 0 var(--gap-m);

&:before {
/* Удаляем разделители у опций выпадающего списка. */
display: none;
}
}
}

0 comments on commit 5f0a2fd

Please sign in to comment.