[Compass Core] Make the hide-text mixin work in opera too. Credit: Denise Jacobs.
This commit is contained in:
parent
81bbea8f1b
commit
a5e39eb709
@ -26,7 +26,7 @@
|
||||
|
||||
// Hides text in an element so you can see the background.
|
||||
@mixin hide-text {
|
||||
text-indent: -9999em;
|
||||
text-indent: -119988px;
|
||||
overflow: hidden;
|
||||
text-align: left;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user