This repository was archived by the owner on Sep 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +14
-15
lines changed Expand file tree Collapse file tree 4 files changed +14
-15
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ md-autocomplete.md-THEME_NAME-theme {
14
14
}
15
15
}
16
16
}
17
- .md-autocomplete-suggestions-container.md-THEME_NAME-theme , {
17
+ .md-autocomplete-suggestions-container.md-THEME_NAME-theme {
18
18
background : ' {{background-50}}' ;
19
19
li {
20
20
color : ' {{background-900}}' ;
Original file line number Diff line number Diff line change 1
1
/* * Theme styles for mdCalendar. */
2
2
3
- .md-calendar.md-THEME_NAME-theme {
4
- color : ' {{foreground-1}}' ;
3
+ md-calendar .md-THEME_NAME-theme {
4
+ .md-calendar {
5
+ color : ' {{foreground-1}}' ;
5
6
6
- tr :last-child td {
7
- border-bottom-color : ' {{background-200}}' ;
7
+ tr :last-child td {
8
+ border-bottom-color : ' {{background-200}}' ;
9
+ }
8
10
}
9
- }
10
- .md-THEME_NAME-theme {
11
11
12
12
.md-calendar-day-header {
13
13
background : ' {{background-hue-1}}' ;
Original file line number Diff line number Diff line change 2
2
3
3
md-datepicker .md-THEME_NAME-theme {
4
4
background : ' {{background-color}}' ;
5
- }
6
-
7
- .md-THEME_NAME-theme {
8
5
9
6
.md-datepicker-input {
10
7
@include input-placeholder-color (' {{foreground-3}}' );
@@ -24,10 +21,6 @@ md-datepicker.md-THEME_NAME-theme {
24
21
}
25
22
}
26
23
27
- .md-datepicker-calendar-pane {
28
- border-color : ' {{background-300}}' ;
29
- }
30
-
31
24
.md-datepicker-triangle-button {
32
25
.md-datepicker-expand-triangle {
33
26
border-top-color : ' {{foreground-3}}' ;
@@ -39,14 +32,19 @@ md-datepicker.md-THEME_NAME-theme {
39
32
}
40
33
41
34
// Open state for all of the elements of the picker.
42
- .md-datepicker-open {
35
+ & .md-datepicker-open {
43
36
.md-datepicker-calendar-icon {
44
37
fill : ' {{primary-500}}' ;
45
38
}
46
39
}
40
+ }
41
+
42
+ .md-datepicker-calendar-pane.md-THEME_NAME-theme {
43
+ border-color : ' {{background-300}}' ;
47
44
48
45
.md-datepicker-calendar ,
49
46
.md-datepicker-input-mask-opaque {
50
47
background : ' {{background-color}}' ;
51
48
}
52
49
}
50
+
Original file line number Diff line number Diff line change 213
213
this . calendarPane . id = 'md-date-pane' + $mdUtil . nextUid ( ) ;
214
214
215
215
$mdTheming ( $element ) ;
216
+ $mdTheming ( angular . element ( this . calendarPane ) ) ;
216
217
217
218
/** Pre-bound click handler is saved so that the event listener can be removed. */
218
219
this . bodyClickHandler = angular . bind ( this , this . handleBodyClick ) ;
You can’t perform that action at this time.
0 commit comments