diff options
| author | Mark Otto <[email protected]> | 2013-12-01 17:25:37 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-01 17:25:37 -0800 |
| commit | 948da5ce9ac46cf0512fbf04ce4be5e38e2e0c6c (patch) | |
| tree | 1504b5476642415aed4af3d19cd0a40c44446621 | |
| parent | dd05c0e0a729a5601b4eec2bc2116a343b7ccbed (diff) | |
| parent | 17dee308926367d09d5ef21ef9f4a25fb6afa8ad (diff) | |
| download | bootstrap-948da5ce9ac46cf0512fbf04ce4be5e38e2e0c6c.tar.xz bootstrap-948da5ce9ac46cf0512fbf04ce4be5e38e2e0c6c.zip | |
Merge branch 'master' of github.com:twbs/bootstrap
| -rw-r--r-- | less/mixins.less | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/less/mixins.less b/less/mixins.less index b587a69e5..8da6b23ef 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -88,11 +88,7 @@ } // New mixin to use as of v3.0.1 .text-hide() { - font: ~"0/0" a; - color: transparent; - text-shadow: none; - background-color: transparent; - border: 0; + .hide-text(); } |
