Hide "prev" link on mobile history page

Bug: T375833
Change-Id: Ie0253a40894bc44cb8fb31d031db4c182a287d69
This commit is contained in:
Jon Robson 2024-09-27 09:09:24 -07:00
parent e03ddb1322
commit 3657087562

View file

@ -33,7 +33,8 @@
left: 0; left: 0;
top: 0; top: 0;
bottom: 0; bottom: 0;
color: transparent; // !important to override any link styles.
color: transparent !important;
z-index: @z-index-above-content; z-index: @z-index-above-content;
} }