Fix missing corner on opened task inventory

This commit is contained in:
Mojca Lorber 2020-05-11 13:04:31 +02:00
parent 8e20dccc66
commit 9c4d07f0dd
2 changed files with 1 additions and 1 deletions

View file

@ -115,6 +115,7 @@
&.collapsed:hover,
&.collapsed:active {
background: $color-concrete;
border-radius: 6px;
text-decoration: none;
}

View file

@ -14,7 +14,6 @@
.pagination-row {
align-items: center;
background-color: $color-white;
display: flex;
flex-wrap: wrap;
min-height: 68px;