File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 154
154
}
155
155
156
156
// todo: check first :not(.disabled) usage
157
- & :not (.disabled ):not (.week ) span :not (.disabled ) {
157
+ & :not (.disabled ):not (.week ) span :not (.disabled ):not ( .is-other-month ) {
158
158
cursor : pointer ;
159
159
}
160
160
168
168
span .is-active-other-month :not (.disabled ):not (.selected ) {
169
169
background-color : $highlighted ;
170
170
transition : 0s ;
171
- cursor : pointer !important ;
171
+ cursor : pointer ;
172
172
}
173
173
174
174
span .disabled ,
181
181
color : $font-color-01 ;
182
182
}
183
183
184
+ span .is-other-month ,
185
+ & .is-other-month span {
186
+ color : rgba (0 , 0 , 0 , 0.25 );
187
+ }
188
+
184
189
& .active {
185
190
position : relative ;
186
191
437
442
}
438
443
}
439
444
440
- /* .is-other-month */
441
- .is-other-month {
442
- color : rgba (0 , 0 , 0 , 0.25 );
443
- cursor : default !important ;
444
- }
445
-
446
445
/* .bs-datepicker-buttons */
447
446
& -buttons {
448
447
display : flex ;
You can’t perform that action at this time.
0 commit comments