Ver código fonte

Fix error in FirefoxOS

soyjavi 13 anos atrás
pai
commit
ff60fa51cb
1 arquivos alterados com 16 adições e 10 exclusões
  1. 16 10
      src/stylesheets/lungo.base.styl

+ 16 - 10
src/stylesheets/lungo.base.styl

@@ -7,6 +7,8 @@
  * @author Javier Jimenez Villar <javi@tapquo.com> || @soyjavi
  */
 
+@import "__init.styl"
+
 a,
 abbr,
 address,
@@ -102,21 +104,25 @@ body
   padding: 0
   width: 100%
   height: 100%
-  // overflow-y: visible !important
+  overflow-y: visible !important
 
-  -webkit-user-select:none
-  -webkit-touch-callout: none
-  -webkit-box-orient: vertical
-  -webkit-box-align: stretch
-  -webkit-tap-highlight-color: rgba(0,0,0,0)
-  display: -webkit-box
+  // @TODO: Why??
+  /*
+  // -webkit-user-select:none
+  // -webkit-touch-callout: none
+  // -webkit-box-orient: vertical
+  // -webkit-box-align: stretch
+  // -webkit-tap-highlight-color: rgba(0,0,0,0)
+
+  // display-box()
+  */
 
   & *
-    box-sizing: border-box
+    box-sizing(border-box)
     margin: 0
     padding: 0
-    -webkit-user-select: none
-    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
+    // -webkit-user-select: none
+    // -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
 
 a
   text-decoration: none