Make task help icons consistent across browsers
The zoom CSS property isn't supported by Firefox, and nor is vertical-align: -webkit-baseline-middle. font-size: 1.5em has the same effect, and vertical-align: middle ensures that the tooltip doesn't overlap with the icon.
This commit is contained in:
@@ -149,8 +149,8 @@ for $stage in $stages
|
||||
font-weight: 300
|
||||
|
||||
.option-box .glyphicon
|
||||
zoom: 1.5
|
||||
vertical-align: -webkit-baseline-middle
|
||||
font-size: 1.5em
|
||||
vertical-align: middle
|
||||
|
||||
.task-column.preview
|
||||
padding: 0
|
||||
|
||||
Reference in New Issue
Block a user