From 6582e362f3471ce2ea5ca8acf9b45089e44fd9b3 Mon Sep 17 00:00:00 2001 From: andrewmbacon Date: Mon, 2 Mar 2015 12:23:00 -0500 Subject: [PATCH] Button Update Removed widget rules for link styles. They will now inherit from bootstrap styles for all . Added rule to always remove text underline from buttons. --- sass/content.scss | 3 ++- sass/widgets.scss | 16 ---------------- style.css | 15 ++------------- 3 files changed, 4 insertions(+), 30 deletions(-) diff --git a/sass/content.scss b/sass/content.scss index a93a9a3..90f434f 100644 --- a/sass/content.scss +++ b/sass/content.scss @@ -89,7 +89,8 @@ code { .entry-footer a { text-decoration:underline; } -.nav a { +.nav a, +a.btn { text-decoration:none!important; } diff --git a/sass/widgets.scss b/sass/widgets.scss index 4f109ef..ecdee7a 100644 --- a/sass/widgets.scss +++ b/sass/widgets.scss @@ -50,22 +50,6 @@ color:$widget-color; } - a { - @if $parent == "#mega-footer" { - color: $megafooter-widget-link-color; - } @else { - color: $widget-link-color; - } - - &:hover { - @if $parent == "#mega-footer" { - color:$megafooter-widget-link-hover; - } @else { - color:$widget-link-hover; - } - } - } - .widget-head { border:1px solid transparent; diff --git a/style.css b/style.css index e59bc5a..3f35782 100644 --- a/style.css +++ b/style.css @@ -6983,12 +6983,6 @@ button.close { background-color: white; color: black; } -#content .widget a { - color: #428bca; -} -#content .widget a:hover { - color: #2a6496; -} #content .widget .widget-head { border: 1px solid transparent; padding: 0.5em 0.5em 0.5em 1em; @@ -7388,7 +7382,8 @@ code { text-decoration: underline; } -.nav a { +.nav a, +a.btn { text-decoration: none !important; } @@ -7890,12 +7885,6 @@ body.sticky .ie8 #footers { background-color: white; color: black; } -#mega-footer .widget a { - color: #428bca; -} -#mega-footer .widget a:hover { - color: #2a6496; -} #mega-footer .widget .widget-head { border: 1px solid transparent; padding: 0.5em 0.5em 0.5em 1em;