fix(docs-infra): convert external links to MatIconButtons (#42584)
This commit changes the anchor elements used for external links to `MatIconButton`s. While the appearance remains the same (with the exception of hover/focus styles), this better aligns the styling of external link icons with other nearby icon buttons (i.e. the theme toggle) and alows as to simplify the CSS for external links (since much of their styling is handled by Angular Material). PR Close #42584
This commit is contained in:
committed by
Dylan Hunn
parent
0f6ebe1ab5
commit
fd8f9ab4e8
@@ -3,11 +3,11 @@
|
||||
"master": {
|
||||
"uncompressed": {
|
||||
"runtime-es2017": 4619,
|
||||
"main-es2017": 456578,
|
||||
"main-es2017": 456646,
|
||||
"polyfills-es2017": 55210,
|
||||
"styles": 69643,
|
||||
"light-theme": 79520,
|
||||
"dark-theme": 79419
|
||||
"styles": 69324,
|
||||
"light-theme": 79417,
|
||||
"dark-theme": 79316
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -15,11 +15,11 @@
|
||||
"master": {
|
||||
"uncompressed": {
|
||||
"runtime-es2017": 4619,
|
||||
"main-es2017": 456717,
|
||||
"main-es2017": 456785,
|
||||
"polyfills-es2017": 55348,
|
||||
"styles": 69643,
|
||||
"light-theme": 79520,
|
||||
"dark-theme": 79419
|
||||
"styles": 69324,
|
||||
"light-theme": 79417,
|
||||
"dark-theme": 79316
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user