change style name

This commit is contained in:
MathuraMG 2016-07-15 17:00:40 -04:00
parent 6187a26b10
commit 079a6ebf29
3 changed files with 3 additions and 3 deletions

View File

@ -107,7 +107,7 @@
} }
} }
%fake-label { %hidden-label {
position:absolute; position:absolute;
left:-10000px; left:-10000px;
top:auto; top:auto;

View File

@ -81,5 +81,5 @@
} }
.preference__button-label { .preference__button-label {
@extend %fake-label @extend %hidden-label
} }

View File

@ -56,5 +56,5 @@
} }
.toolbar__button-label { .toolbar__button-label {
@extend %fake-label @extend %hidden-label
} }