From fcd42a417873ed0bffb474caf0df6855344bfbff Mon Sep 17 00:00:00 2001 From: Jure Grabnar Date: Wed, 19 Jun 2019 22:59:30 +0200 Subject: [PATCH] Fix border radius around active sort button --- app/assets/stylesheets/protocol_management.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/assets/stylesheets/protocol_management.scss b/app/assets/stylesheets/protocol_management.scss index d829d0936..55b873f34 100644 --- a/app/assets/stylesheets/protocol_management.scss +++ b/app/assets/stylesheets/protocol_management.scss @@ -124,7 +124,7 @@ &.active { background: $color-gainsboro; - border-radius: 5px; + border-radius: 5px !important; color: $color-emperor; } } @@ -141,7 +141,6 @@ .row { margin-left: 0; margin-right: 0; - } // When no search result is present