File tree Expand file tree Collapse file tree 3 files changed +5
-12
lines changed Expand file tree Collapse file tree 3 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 1818 .k-action-link {
1919 text-decoration : underline ;
2020 }
21- .k-state-focused {
21+ .k-state-focused ,
22+ .k-state-focused.k-state-selected {
2223 box-shadow : none ;
2324 }
2425
4041 border-color : inherit ;
4142 color : inherit ;
4243 font-weight : normal ;
43- }
44- th {
45- font-weight : normal ;
46- cursor : default ;
47- }
48- td {
49- cursor : pointer ;
50- }
51- .k-alt {
5244 cursor : default ;
5345 }
5446
Original file line number Diff line number Diff line change 145145 background : transparent ;
146146 border-color : transparent ;
147147 }
148- .k-state-focused {
148+ .k-state-focused ,
149+ .k-state-focused.k-state-selected {
149150 box-shadow : none ;
150151 }
151152 td .k-state-disabled {
Original file line number Diff line number Diff line change 272272@calendar-cell-selected-text : @selected-text-color ;
273273@calendar-cell-selected-border : @selected-border-color ;
274274
275- @calendar-cell-focused-shadow : @focused-item -shadow ;
275+ @calendar-cell-focused-shadow : @button-focused -shadow ;
276276
277277
278278// Kendo skin
You can’t perform that action at this time.
0 commit comments