module.less: Add fixed var for box-shadow

This commit is contained in:
Florian Strohmaier 2021-12-09 16:53:13 +01:00 committed by Johannes Meyer
parent 84c8ab9cd8
commit 88e04d94c1

View file

@ -469,7 +469,7 @@ td > a > .badges {
}
&:hover {
box-shadow: 0px 0px 5px @gray;
box-shadow: 0px 0px .2em @black;
}
.actions {