Add shadow variant when clicking on a list in the overview
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
kolaente 2021-01-23 17:42:27 +01:00
parent e521512bba
commit 370160c68b
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 6 additions and 0 deletions

View File

@ -64,6 +64,12 @@ $lists-per-row: 5;
box-shadow: $shadow-md;
}
&:active,
&:focus,
&:focus:not(:active) {
box-shadow: $shadow-xs !important;
}
@media screen and (min-width: $widescreen) {
&:nth-child(#{$lists-per-row}n) {
margin-right: 0;