Skip to content

Commit c1f38ef

Browse files
committed
Fix dtableSelect option style.
1 parent 3296f7f commit c1f38ef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/DTableSelect/utils.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ const MenuSelectStyle = {
106106
color: '#212529',
107107
cursor: isDisabled ? 'default' : 'pointer',
108108
backgroundColor: isFocused ? '#f5f5f5' : '#fff',
109+
':active': {
110+
backgroundColor: '#f5f5f5',
111+
},
109112
'.header-icon .dtable-font': {
110113
color: '#aaa',
111114
},

0 commit comments

Comments
 (0)