File tree 3 files changed +7
-18
lines changed
3 files changed +7
-18
lines changed Original file line number Diff line number Diff line change 11
11
}
12
12
13
13
/* stylelint-disable-next-line selector-type-no-unknown */
14
- mwl-calendar-day-view-hour-segment , /* fix for https://github.com/mattlewis92/angular-calendar/issues/260*/
14
+ mwl-calendar-day-view-hour-segment , // fix for https://github.com/mattlewis92/angular-calendar/issues/260
15
15
.cal-hour-segment {
16
16
display : block ;
17
17
}
55
55
white-space : nowrap ;
56
56
height : 100% ;
57
57
box-sizing : border-box ;
58
- background-color : #d1e8ff ;
58
+ background-color : #D1E8FF ;
59
59
border : 1px solid #1e90ff ;
60
60
color : #1e90ff ;
61
61
user-select : none ;
62
62
}
63
63
64
- .cal-event-actions {
65
- margin-right : 2px ;
66
- }
67
-
68
64
.cal-event-title :link {
69
65
color : currentColor ;
70
66
}
Original file line number Diff line number Diff line change 98
98
display : inline-block ;
99
99
margin : 2px ;
100
100
background-color : #1e90ff ;
101
- border-color : #d1e8ff ;
101
+ border-color : #D1E8FF ;
102
102
color : #fff ;
103
103
}
104
104
105
- .cal-event-title {
106
- margin : 0 4px ;
107
- & :link {
108
- color : currentColor ;
109
- }
105
+ .cal-event-title :link {
106
+ color : currentColor ;
110
107
}
111
108
112
109
.cal-day-cell.cal-in-month.cal-has-events {
Original file line number Diff line number Diff line change 38
38
}
39
39
40
40
.cal-event {
41
- padding : 0 8 px ;
41
+ padding : 0 10 px ;
42
42
font-size : 12px ;
43
43
margin-left : 2px ;
44
44
margin-right : 2px ;
45
45
height : 30px ;
46
46
line-height : 30px ;
47
- background-color : #d1e8ff ;
47
+ background-color : #D1E8FF ;
48
48
border : 1px solid #1e90ff ;
49
49
color : #1e90ff ;
50
50
}
51
51
52
- .cal-event-actions {
53
- margin-right : 2px ;
54
- }
55
-
56
52
.cal-event-title :link {
57
53
color : currentColor ;
58
54
}
You can’t perform that action at this time.
0 commit comments