From 6b8dbe2be5b531683d8edc07ae9559bef782f8b4 Mon Sep 17 00:00:00 2001 From: lvuch Date: Thu, 25 Jan 2018 16:30:51 -0700 Subject: [PATCH] sort carets --- app/styles/components/_tables.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/styles/components/_tables.scss b/app/styles/components/_tables.scss index 72686ee6b..19e871d1d 100644 --- a/app/styles/components/_tables.scss +++ b/app/styles/components/_tables.scss @@ -184,14 +184,14 @@ TABLE { text-align: center; } - BUTTON { + a { padding: 0; I.faded { opacity: .3; } I.icon-sort { - width: 17px; + width: 15px; } } }