Skip to content

Commit efaf7b1

Browse files
committed
Display: Fix border color for select.p-dropdown elements
1 parent 0dfc8b3 commit efaf7b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

assets/css/scss/atoms/_dropdown.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
.p-dropdown, .p-multiselect {
22
@apply inline-flex cursor-pointer relative select-none
33
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;
4+
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;
56

67
.p-dropdown-panel, .p-multiselect-panel {
78
@apply min-w-full;

0 commit comments

Comments
 (0)