1
0
mirror of https://github.com/moparisthebest/mail synced 2024-08-13 16:43:47 -04:00

Merge pull request #191 from whiteout-io/dev/WO-750

increase clickable area around checkbox in desktop mail-list
This commit is contained in:
Tankred Hase 2014-11-27 18:40:52 +01:00
commit 520268e357

View File

@ -362,6 +362,10 @@
margin-left: 0 !important; margin-left: 0 !important;
.checkbox { .checkbox {
vertical-align: middle; vertical-align: middle;
// add invisible padding to make increase clickable area around checkbox
margin: -0.5em 0 -0.5em -1em;
padding: 0.5em 0 0.5em 1em;
} }
} }
&__flags-favorite { &__flags-favorite {