From cb0766b457fe50b8825e145824a6e1df20c804fc Mon Sep 17 00:00:00 2001 From: Carson Shold Date: Wed, 6 Aug 2014 14:26:22 -0400 Subject: [PATCH] Pagination inherits theme colors --- assets/timber.scss.liquid | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/assets/timber.scss.liquid b/assets/timber.scss.liquid index eb1a8132f..adcfd0980 100755 --- a/assets/timber.scss.liquid +++ b/assets/timber.scss.liquid @@ -1602,7 +1602,6 @@ label.error { margin-left: -1px; line-height: 1.42; text-decoration: none; - background-color: #ffffff; border: 1px solid $colorBorder; } @@ -1623,7 +1622,7 @@ label.error { .pagination-custom > li > span:hover, .pagination-custom > li > a:focus, .pagination-custom > li > span:focus { - background-color: #eeeeee; + // hover color } .pagination-custom > .active > a, @@ -1633,10 +1632,8 @@ label.error { .pagination-custom > .active > a:focus, .pagination-custom > .active > span:focus { z-index: 2; - color: #ffffff; cursor: default; - background-color: $colorBtnPrimary; - border-color: $colorBtnPrimary; + color: $colorTextBody; } .pagination-custom > .disabled > span, @@ -1645,7 +1642,6 @@ label.error { .pagination-custom > .disabled > a:focus { color: #999999; cursor: not-allowed; - background-color: $disabledGrey; } .pagination-custom-lg > li > a,