summaryrefslogtreecommitdiff
path: root/src/style-globals
diff options
context:
space:
mode:
Diffstat (limited to 'src/style-globals')
-rw-r--r--src/style-globals/_mixins.sass (renamed from src/style-globals/mixins.sass)6
-rw-r--r--src/style-globals/_variables.sass (renamed from src/style-globals/variables.sass)0
2 files changed, 3 insertions, 3 deletions
diff --git a/src/style-globals/mixins.sass b/src/style-globals/_mixins.sass
index 40c07a6d..4ac5a9bc 100644
--- a/src/style-globals/mixins.sass
+++ b/src/style-globals/_mixins.sass
@@ -4,13 +4,13 @@
-o-transition: $property $time
transition: $property $time
-=user-select-def
+=user-select
-webkit-user-select: none
-moz-user-select: none
-ms-user-select: none
user-select: none
-=border-radius-def($length)
+=border-radius($length)
-webkit-border-radius: $length
-moz-border-radius: $length
border-radius: $length
@@ -18,4 +18,4 @@
/* General Button Abstractions */
=clickable
cursor: pointer
- +user-select-def
+ +user-select
diff --git a/src/style-globals/variables.sass b/src/style-globals/_variables.sass
index 4386059d..4386059d 100644
--- a/src/style-globals/variables.sass
+++ b/src/style-globals/_variables.sass