summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/jquery.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/framework/jquery.scss')
-rw-r--r--app/assets/stylesheets/framework/jquery.scss15
1 files changed, 0 insertions, 15 deletions
diff --git a/app/assets/stylesheets/framework/jquery.scss b/app/assets/stylesheets/framework/jquery.scss
deleted file mode 100644
index d1360a0c0eb..00000000000
--- a/app/assets/stylesheets/framework/jquery.scss
+++ /dev/null
@@ -1,15 +0,0 @@
-.ui-widget {
- font-family: $regular-font;
- font-size: $font-size-base;
-
- .ui-state-default {
- border: 1px solid $white-light;
- background: $white-light;
- color: $jq-ui-default-color;
- }
-
- .ui-state-highlight {
- border: 0;
- background: transparent;
- }
-}