File tree Expand file tree Collapse file tree 5 files changed +25
-4
lines changed Expand file tree Collapse file tree 5 files changed +25
-4
lines changed Original file line number Diff line number Diff line change 3
3
// for the documentation about the tasks.json format
4
4
"version" : " 2.0.0" ,
5
5
"tasks" : [
6
+ {
7
+ "label" : " Watch CSS" ,
8
+ "type" : " shell" ,
9
+ "command" : " sass dizzylab.scss:dizzylab.css --no-source-map --watch" ,
10
+ "problemMatcher" : []
11
+ },
6
12
{
7
13
"label" : " Build CSS" ,
8
14
"type" : " shell" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const style = `
5
5
@name dizzylab auto theme
6
6
@description dizzylab 自适应主题
7
7
@namespace the1812
8
- @version 1.0.6
8
+ @version 1.0.7
9
9
@author Grant Howard
10
10
@homepageURL https://github.com/the1812/dizzylab-auto-theme/
11
11
@supportURL https://github.com/the1812/dizzylab-auto-theme/issues
Original file line number Diff line number Diff line change @@ -7,7 +7,12 @@ html button.bg-primary:focus,
7
7
html button .bg-primary : hover {
8
8
background-color : # ddd !important ;
9
9
}
10
- html .navbar .btn-primary {
10
+ html .btn-group > .btn-primary {
11
+ color : # 000 !important ;
12
+ }
13
+ html .dropdown > .btn-primary : not ([style *= color ]),
14
+ html .btn-group > .btn-primary ,
15
+ html .navbar .btn-primary {
11
16
background-color : # ddd !important ;
12
17
}
13
18
html .page-link : focus , html .page-link : hover {
Original file line number Diff line number Diff line change 15
15
background-color : #ddd !important ;
16
16
}
17
17
}
18
+ .btn-group > .btn-primary {
19
+ color : #000 !important ;
20
+ }
21
+ .dropdown > .btn-primary :not ([style *= " color" ]),
22
+ .btn-group > .btn-primary ,
18
23
.navbar .btn-primary {
19
24
background-color : #ddd !important ;
20
25
}
Original file line number Diff line number Diff line change 2
2
@name dizzylab auto theme
3
3
@description dizzylab 自适应主题
4
4
@namespace the1812
5
- @version 1.0.6
5
+ @version 1.0.7
6
6
@author Grant Howard
7
7
@homepageURL https://github.com/the1812/dizzylab-auto-theme/
8
8
@supportURL https://github.com/the1812/dizzylab-auto-theme/issues
@@ -20,7 +20,12 @@ html button.bg-primary:focus,
20
20
html button .bg-primary : hover {
21
21
background-color : # ddd !important ;
22
22
}
23
- html .navbar .btn-primary {
23
+ html .btn-group > .btn-primary {
24
+ color : # 000 !important ;
25
+ }
26
+ html .dropdown > .btn-primary : not ([style *= color ]),
27
+ html .btn-group > .btn-primary ,
28
+ html .navbar .btn-primary {
24
29
background-color : # ddd !important ;
25
30
}
26
31
html .page-link : focus , html .page-link : hover {
You can’t perform that action at this time.
0 commit comments