Skip to content

Commit ded23b8

Browse files
committed
build: generate beta 6
1 parent ae98b27 commit ded23b8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+1612
-4455
lines changed

dist/base/theme.scss

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,18 @@
88

99
a:not(.md-button) {
1010
@include md-theme-component-relative() {
11-
@include md-theme-property(color, accent, background);
11+
@include md-theme-property(color, primary, background);
1212

1313
&:hover {
14-
@include md-theme-property(color, accent, background, .8);
14+
@include md-theme-property(color, primary, background, .8);
15+
}
16+
17+
&.md-accent {
18+
@include md-theme-property(color, accent, background);
19+
20+
&:hover {
21+
@include md-theme-property(color, accent, background, .8);
22+
}
1523
}
1624
}
1725
}

dist/components/MdApp/index.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/components/MdApp/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/components/MdAutocomplete/index.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)