We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dfc8b3 commit efaf7b1Copy full SHA for efaf7b1
assets/css/scss/atoms/_dropdown.scss
@@ -1,7 +1,8 @@
1
.p-dropdown, .p-multiselect {
2
@apply inline-flex cursor-pointer relative select-none
3
border border-support-3 bg-white rounded-lg transition w-full duration-200
4
- hover:border-primary hover:text-gray-90 hover:outline-0 hover:outline-none;
+ hover:border-primary hover:text-gray-90 hover:outline-0 hover:outline-none
5
+ focus:border-primary focus:text-gray-90 focus:outline-0 focus:outline-none;
6
7
.p-dropdown-panel, .p-multiselect-panel {
8
@apply min-w-full;
0 commit comments