Add arrows for extension:proofreadpage pages and sort tabs appropriately
Currently js-only due to the default (only) vector styles requiring js. Fixed in Ifd8be387cef671b2aaa2a482c145bccf2e6d1543, with a followup to clean up a bit after that assuming that doesn't mess up too much to be merged, but this works regardless. Bug: T231250 Change-Id: I4cadcbc3e51672fb075c884b2d2cc1d799b1b1b0isekai
@ -0,0 +1,18 @@
|
||||
@import '../variables.less';
|
||||
|
||||
@media screen {
|
||||
#ca-proofreadPageNextLink a {
|
||||
.ca-icon ( '../images/arrow-large-grey-ltr' );
|
||||
.ca-icon-only();
|
||||
}
|
||||
|
||||
#ca-proofreadPagePrevLink a {
|
||||
.ca-icon ( '../images/arrow-large-grey-rtl' );
|
||||
.ca-icon-only();
|
||||
}
|
||||
|
||||
#ca-proofreadPageIndexLink a {
|
||||
.ca-icon ( '../images/arrow-large-up-grey' );
|
||||
.ca-icon-only();
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 320 B |
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="20" width="20"><path d="M10.5 16L3 8h6V4h3v4h6zm0-3.5L13 10H8z" opacity=".33"/></svg>
|
After Width: | Height: | Size: 133 B |
After Width: | Height: | Size: 326 B |
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="20" width="20"><path d="M16 9.5L8 17v-6H4V8h4V2zm-3.5 0L10 7v5z" opacity=".33"/></svg>
|
After Width: | Height: | Size: 134 B |
After Width: | Height: | Size: 324 B |
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20"><path d="M4 9.5l8 7.5v-6h4V8h-4V2zm3.5 0L10 7v5z" opacity=".33"/></svg>
|
After Width: | Height: | Size: 134 B |
After Width: | Height: | Size: 311 B |
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="20" width="20"><path d="M10.5 4L3 12h6v4h3v-4h6zm0 3.5L13 10H8z" opacity=".33"/></svg>
|
After Width: | Height: | Size: 134 B |