Fix fold icon in firefox

stable
Xavier Julián 2016-10-21 09:39:36 +02:00
parent 90e37b940b
commit d1cdcfafcb
1 changed files with 1 additions and 11 deletions

View File

@ -107,23 +107,13 @@ $column-padding: .5rem 1rem;
tg-svg { tg-svg {
display: block; display: block;
margin-right: .3rem; margin-right: .3rem;
svg {
@include font-size(medium);
fill: $gray-light;
transition: fill .2s linear;
}
&:hover { &:hover {
cursor: pointer; cursor: pointer;
svg {
fill: $primary;
}
} }
&.hfold, &.hfold,
&.hunfold { &.hunfold {
display: inline-block; display: inline-block;
svg { transform: rotate(90deg);
transform: rotate(90deg);
}
} }
} }
} }