mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
inline ng-clock as it does not work for firefox in base.less quickly enough
This commit is contained in:
parent
aba8f164fc
commit
a1f57f220b
2 changed files with 1 additions and 4 deletions
|
@ -6,6 +6,7 @@ html(itemscope, itemtype='http://schema.org/Product')
|
||||||
script(type="text/javascript").
|
script(type="text/javascript").
|
||||||
// Stop superfish from loading
|
// Stop superfish from loading
|
||||||
window.similarproducts = true
|
window.similarproducts = true
|
||||||
|
style [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {display: none !important; display: none; }
|
||||||
|
|
||||||
-if (typeof(gaExperiments) != "undefined")
|
-if (typeof(gaExperiments) != "undefined")
|
||||||
|!{gaExperiments}
|
|!{gaExperiments}
|
||||||
|
|
|
@ -1,7 +1,3 @@
|
||||||
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
|
|
||||||
display: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.system-message {
|
.system-message {
|
||||||
padding: (@line-height-computed / 4) (@line-height-computed / 2);
|
padding: (@line-height-computed / 4) (@line-height-computed / 2);
|
||||||
background-color: @state-warning-bg;
|
background-color: @state-warning-bg;
|
||||||
|
|
Loading…
Reference in a new issue