mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-05 22:44:22 +08:00
Fix border radius around active sort button
This commit is contained in:
parent
b3c3b68dc2
commit
fcd42a4178
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue