Remove CSS that was causing change list to render at 11px font
+ Also makes anchor links block display to increase their hit targets. Change-Id: I66ea07b1c125b1f80df2aafece4a5254efd51bdb
This commit is contained in:
@@ -41,6 +41,7 @@ limitations under the License.
|
|||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
color: var(--default-text-color);
|
color: var(--default-text-color);
|
||||||
|
display: block;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
a:hover {
|
a:hover {
|
||||||
|
|||||||
@@ -85,9 +85,6 @@ limitations under the License.
|
|||||||
width: 2.6em;
|
width: 2.6em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
:host {
|
|
||||||
font-size: 11px;
|
|
||||||
}
|
|
||||||
@media only screen and (max-width: 50em) {
|
@media only screen and (max-width: 50em) {
|
||||||
:host {
|
:host {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|||||||
Reference in New Issue
Block a user