Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit cb65256

Browse files
Splaktarjelbourn
authored andcommitted
docs(theming): clean up and fix broken link in Browser Color guide (#11785)
1 parent 8c159aa commit cb65256

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

docs/content/Theming/06_browser_color.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,21 @@
33
@description
44

55
<div class="layout_note">
6-
<span>This feature is **mobile** only</span>
6+
<span>This feature is for **mobile** devices only.</span>
77
</div>
88

99
![browser color](https://cloud.githubusercontent.com/assets/6004537/18006666/50519c7e-6ba9-11e6-905b-c3751c20549c.png)
1010

11-
Enables browser header coloring with [Material Design Colors](https://material.io/archive/guidelines/style/color.html#) and the theming system.
11+
This feature enables browser header theming using
12+
[Material Design Colors](https://material.io/archive/guidelines/style/color.html#)
13+
and the AngularJS Material theming system. For API details, please visit the
14+
<a ng-href="api/service/$mdThemingProvider#enableBrowserColor">$mdThemingProvider</a> documentation.
15+
16+
For more information about this feature of mobile browsers, please visit
17+
[Web Fundamentals](https://developers.google.com/web/fundamentals/design-and-ux/browser-customization/#color_browser_elements).
18+
19+
Below are usage examples for both the AngularJS configuration phase and during runtime.
1220

13-
For more information, please visit:<br/>
14-
https://developers.google.com/web/fundamentals/design-and-ui/browser-customization/theme-color.
15-
16-
Below are usage examples for both the AngularJS configuration phase, and during runtime.
1721
### Config Phase
1822
<hljs lang="js">
1923
myAppModule
@@ -43,5 +47,3 @@ Below are usage examples for both the AngularJS configuration phase, and during
4347
})
4448
</hljs>
4549

46-
For api reference please visit <a ng-href="/api/service/$mdThemingProvider#enableBrowserColor">$mdThemingProvider</a> documentation.
47-

0 commit comments

Comments
 (0)