Skip to content

Commit b2b378b

Browse files
authored
Merge pull request #347 from seatable/revert-346-fix-dtableSelectUi
Revert "Fix dtableSelect option style."
2 parents 95bc2ad + 4cfd43a commit b2b378b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/DTableSelect/utils.js

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

0 commit comments

Comments
 (0)