diff core/themes/seven/css/components/pager.css @ 18:af1871eacc83

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:33:08 +0100
parents 129ea1e6d783
children
line wrap: on
line diff
--- a/core/themes/seven/css/components/pager.css	Thu Feb 28 13:21:36 2019 +0000
+++ b/core/themes/seven/css/components/pager.css	Thu May 09 15:33:08 2019 +0100
@@ -11,35 +11,35 @@
 }
 .pager__item {
   display: inline-block;
+  margin: 0;
+  padding: 0 0.4em;
   color: #757575;
   font-size: 1.08em;
-  margin: 0;
-  padding: 0 0.4em;
 }
 .pager__item a {
+  padding: 0 5px 2px;
+  transition: border-bottom-color 0.2s;
+  text-decoration: none;
   border-bottom: 2px solid transparent;
+  font-weight: 600;
   line-height: 1.55em;
-  padding: 0 5px 2px;
-  font-weight: 600;
-  text-decoration: none;
-  transition: border-bottom-color 0.2s;
   -webkit-font-smoothing: antialiased;
 }
 .pager__item.is-active a {
+  color: #2a678c;
   border-bottom-width: 3px;
   border-bottom-color: #2a678c;
-  color: #2a678c;
   font-weight: 700;
 }
 .pager__item a:hover,
 .pager__item a:focus {
+  color: #3395d2;
   border-bottom-color: #3395d2;
-  color: #3395d2;
 }
 .pager__item--next a,
 .pager__item--last a,
 .pager__item--first a,
 .pager__item--previous a {
+  color: #2a678c;
   border-bottom-width: 0;
-  color: #2a678c;
 }