File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 182182 justify-content : space-around ;
183183
184184 .ve-dropdown-operation-item {
185- color : #495060 ;
185+ color : @ve-dropdown-operation-item-text-color ;
186186
187187 & .ve-dropdown-filter-disable {
188188 color : #999 ;
189189 }
190190
191191 & :not (.ve-dropdown-filter-disable ):hover {
192- color : @ve-primary -color ;
192+ color : @ve-dropdown-operation-item-hover-text -color ;
193193 }
194194 }
195195
Original file line number Diff line number Diff line change 6666@ve-dropdown-item-hover-background-color : #464646 ;
6767@ve-dropdown-item-hover-text-color : @ve-dark-text-color ;
6868@ve-dropdown-active-text-color : @ve-dark-text-color ;
69+ @ve-dropdown-operation-item-text-color : @ve-dark-text-color ;
70+ @ve-dropdown-operation-item-hover-text-color : #2196f3 ;
6971
7072/* ve-contextmenu */
7173@ve-contextmenu-background-color : @ve-secondary-color ;
Original file line number Diff line number Diff line change 6565@ve-dropdown-item-hover-background-color : #f3f3f3 ;
6666@ve-dropdown-item-hover-text-color : @ve-primary-color ;
6767@ve-dropdown-active-text-color : @ve-primary-color ;
68+ @ve-dropdown-operation-item-text-color : #495060 ;
69+ @ve-dropdown-operation-item-hover-text-color : @ve-primary-color ;
6870
6971/* ve-contextmenu */
7072@ve-contextmenu-background-color : #fff ;
You can’t perform that action at this time.
0 commit comments