fix: paginator confusion caused by google translate
This commit is contained in:
parent
b9085a4837
commit
38ad8244d8
1 changed files with 2 additions and 2 deletions
|
@ -327,7 +327,7 @@ html {
|
|||
.paginator {
|
||||
text-align: center;
|
||||
|
||||
.previous:before {
|
||||
& > .previous:before {
|
||||
content: ' ';
|
||||
border: solid #787878;
|
||||
border-width: 0 2px 2px 0;
|
||||
|
@ -338,7 +338,7 @@ html {
|
|||
-webkit-transform: rotate(135deg);
|
||||
}
|
||||
|
||||
.next:after {
|
||||
& > .next:after {
|
||||
content: ' ';
|
||||
border: solid #787878;
|
||||
border-width: 0 2px 2px 0;
|
||||
|
|
Loading…
Reference in a new issue