Fix border radius around active sort button

This commit is contained in:
Jure Grabnar 2019-06-19 22:59:30 +02:00
parent b3c3b68dc2
commit fcd42a4178

View file

@ -124,7 +124,7 @@
&.active { &.active {
background: $color-gainsboro; background: $color-gainsboro;
border-radius: 5px; border-radius: 5px !important;
color: $color-emperor; color: $color-emperor;
} }
} }
@ -141,7 +141,6 @@
.row { .row {
margin-left: 0; margin-left: 0;
margin-right: 0; margin-right: 0;
} }
// When no search result is present // When no search result is present