diff options
Diffstat (limited to 'css/theme/template/theme.scss')
-rw-r--r-- | css/theme/template/theme.scss | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/css/theme/template/theme.scss b/css/theme/template/theme.scss index 0349f36..1e01763 100644 --- a/css/theme/template/theme.scss +++ b/css/theme/template/theme.scss @@ -59,8 +59,6 @@ body { -webkit-transition: color .15s ease; -moz-transition: color .15s ease; - -ms-transition: color .15s ease; - -o-transition: color .15s ease; transition: color .15s ease; } .reveal a:hover { @@ -91,8 +89,6 @@ body { .reveal a img { -webkit-transition: all .15s linear; -moz-transition: all .15s linear; - -ms-transition: all .15s linear; - -o-transition: all .15s linear; transition: all .15s linear; } @@ -157,8 +153,6 @@ body { -webkit-transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985); -moz-transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985); - -ms-transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985); - -o-transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985); transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985); } |