Improved position of the left chevron in pagination
authorMarcel Werk <burntime@woltlab.com>
Tue, 6 Sep 2016 17:37:56 +0000 (19:37 +0200)
committerMarcel Werk <burntime@woltlab.com>
Tue, 6 Sep 2016 17:38:03 +0000 (19:38 +0200)
wcfsetup/install/files/style/ui/pagination.scss

index 3ada7c039befb007c5409717d15fa7fd0876e676..a47e318d4f047d58b73f20eca4607b401064771e 100644 (file)
                                        padding: 4px 8px;
                                }
                        }
+                       
+                       &:first-child {
+                               > a,
+                               > span {
+                                       &::before {
+                                               left: -1px;
+                                               position: relative;
+                                       }
+                               }
+                       }
                }
        }
 }
\ No newline at end of file