From 93da389671dc8ffb4dd3f10616cb5305924e31e6 Mon Sep 17 00:00:00 2001 From: Giulio Gratta Date: Mon, 24 Jun 2013 13:23:20 -0700 Subject: [PATCH] Removing selection styling from sass files - removed ::selection css from reset.scss - removed variables from variables.scss - removed variable calls from course/base/base.scss and base/base.scss --- lms/static/sass/base/_reset.scss | 3 --- lms/static/sass/base/_variables.scss | 2 -- lms/static/sass/course/base/_base.scss | 6 ------ 3 files changed, 11 deletions(-) diff --git a/lms/static/sass/base/_reset.scss b/lms/static/sass/base/_reset.scss index aa7fc975c8..e774e7a59b 100644 --- a/lms/static/sass/base/_reset.scss +++ b/lms/static/sass/base/_reset.scss @@ -9,9 +9,6 @@ html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 10 html, button, input, select, textarea { font-family: sans-serif; color: #222; } body { margin: 0; font-size: 1em; line-height: 1.4; } -::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; } -::selection { background: #fe57a1; color: #fff; text-shadow: none; } - a { color: #00e; } a:visited { color: #551a8b; } a:hover { color: #06e; } diff --git a/lms/static/sass/base/_variables.scss b/lms/static/sass/base/_variables.scss index 30d49f5e0e..67f1215ea2 100644 --- a/lms/static/sass/base/_variables.scss +++ b/lms/static/sass/base/_variables.scss @@ -104,8 +104,6 @@ $border-color-4: rgb(252,252,252); $link-color: $blue; $link-color-d1: $m-blue; $link-hover: $pink; -$selection-color-1: $pink; -$selection-color-2: #444; $site-status-color: $pink; $button-color: $blue; diff --git a/lms/static/sass/course/base/_base.scss b/lms/static/sass/course/base/_base.scss index a1c948d4f5..a750029001 100644 --- a/lms/static/sass/course/base/_base.scss +++ b/lms/static/sass/course/base/_base.scss @@ -101,12 +101,6 @@ img { max-width: 100%; } -::selection, ::-moz-selection, ::-webkit-selection { - background: $selection-color-2; - color: #fff; -} - - .tooltip { position: absolute; top: 0;