mirror of https://github.com/perkeep/perkeep.git
Fix wobbly checkmark.
A rendering bug in Chrome was causing some of the checkmarks to wobble a bit on hover. This works around the issue. Change-Id: I22ea0117075c8de13507d257ef0d1437f30e20df
This commit is contained in:
parent
933e16ebf1
commit
f1d9569e5d
|
@ -59,7 +59,7 @@
|
|||
|
||||
.cam-blobitem .checkmark {
|
||||
background-image: url('checkmark-black-25.png');
|
||||
background-size: 100% 100%;
|
||||
background-repeat: no-repeat;
|
||||
cursor: pointer;
|
||||
height: 25px;
|
||||
left: 5px;
|
||||
|
|
Loading…
Reference in New Issue