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 {
display: block;
margin-right: .3rem;
svg {
@include font-size(medium);
fill: $gray-light;
transition: fill .2s linear;
}
&:hover {
cursor: pointer;
svg {
fill: $primary;
}
}
&.hfold,
&.hunfold {
display: inline-block;
svg {
transform: rotate(90deg);
}
transform: rotate(90deg);
}
}
}