Skip to content

Commit

Permalink
fix slab#1388
Browse files Browse the repository at this point in the history
  • Loading branch information
jhchen committed May 28, 2017
1 parent 8765636 commit 08db54a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions assets/base.styl
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@ colorItemsPerRow = 7
.ql-stroke, .ql-stroke-miter
stroke: activeColor

// Fix for iOS not losing hover on touch
@media (pointer: coarse)
.ql-{themeName}.ql-toolbar, .ql-{themeName} .ql-toolbar
button:hover:not(.ql-active)
color: inactiveColor
.ql-fill, .ql-stroke.ql-fill
fill: inactiveColor
.ql-stroke, .ql-stroke-miter
stroke: inactiveColor

.ql-{themeName}
box-sizing: border-box
Expand Down

0 comments on commit 08db54a

Please sign in to comment.