Skip to content

Commit

Permalink
Increase clickable area of actions to 44*44px
Browse files Browse the repository at this point in the history
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
  • Loading branch information
jancborchardt committed Nov 20, 2017
1 parent 5ea1419 commit a61015d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions core/css/apps.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 ;
}
Expand Down Expand Up @@ -990,6 +992,8 @@ kbd {
background-size: 16px;
height: 20px;
width: 20px;
margin: 0;
padding: 0;
}

.app-content-list-item-icon {
Expand Down

0 comments on commit a61015d

Please sign in to comment.