Skip to content

Commit 85032d4

Browse files
author
Kendo Bot
committed
Sync with Kendo UI Professional
1 parent f592cb7 commit 85032d4

File tree

3 files changed

+5
-12
lines changed

3 files changed

+5
-12
lines changed

styles/web/Default/calendar/_layout.less

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
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

@@ -40,15 +41,6 @@
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

styles/web/Default/multiviewcalendar/_layout.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@
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 {

styles/web/type-default.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@
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

0 commit comments

Comments
 (0)