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

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

View File

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