Increase clickable area of actions to 44*44px

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2017-11-20 14:10:04 +01:00
parent 5ea14192ee
commit a61015d647
1 changed files with 7 additions and 3 deletions

View File

@ -927,13 +927,15 @@ kbd {
order: 4;
width: 24px;
height: 24px;
opacity: 0.3;
margin: -10px;
padding: 22px;
opacity: .3;
&:hover, &:focus {
opacity: 0.7;
opacity: .7;
}
&[class^='icon-star'],
&[class*=' icon-star'] {
opacity: 0.7;
opacity: .7;
&:hover, &:focus {
opacity: 1 ;
}
@ -990,6 +992,8 @@ kbd {
background-size: 16px;
height: 20px;
width: 20px;
margin: 0;
padding: 0;
}
.app-content-list-item-icon {