refactor(docs-infra): remove redundant CSS rule (#42584)
Since we now use SVG for external link icons, there are no `<img>` elements inside the anchor elements. So, the CSS rule does not match any element and can be removed. PR Close #42584
This commit is contained in:
parent
12644486f4
commit
0f6ebe1ab5
|
@ -233,10 +233,6 @@ mat-toolbar.app-toolbar {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
|
||||||
height: 24px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"runtime-es2017": 4619,
|
"runtime-es2017": 4619,
|
||||||
"main-es2017": 456578,
|
"main-es2017": 456578,
|
||||||
"polyfills-es2017": 55210,
|
"polyfills-es2017": 55210,
|
||||||
"styles": 69719,
|
"styles": 69643,
|
||||||
"light-theme": 79520,
|
"light-theme": 79520,
|
||||||
"dark-theme": 79419
|
"dark-theme": 79419
|
||||||
}
|
}
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
"runtime-es2017": 4619,
|
"runtime-es2017": 4619,
|
||||||
"main-es2017": 456717,
|
"main-es2017": 456717,
|
||||||
"polyfills-es2017": 55348,
|
"polyfills-es2017": 55348,
|
||||||
"styles": 69719,
|
"styles": 69643,
|
||||||
"light-theme": 79520,
|
"light-theme": 79520,
|
||||||
"dark-theme": 79419
|
"dark-theme": 79419
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue