From fef873a840add12495baa7cf2ffb5361f5ab1c63 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 11 Dec 2014 12:05:29 -0800 Subject: fix all validation, turn off some settings, add sort order --- scss/_progress.scss | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) (limited to 'scss/_progress.scss') diff --git a/scss/_progress.scss b/scss/_progress.scss index ccfda15f5..beeff3816 100644 --- a/scss/_progress.scss +++ b/scss/_progress.scss @@ -1,5 +1,3 @@ -/*csslint empty-rules: false, important: true*/ - // // Progress bars // -------------------------------------------------- @@ -9,11 +7,6 @@ // Progress animations // -@-webkit-keyframes progress-bar-stripes { - from { background-position: $line-height-computed 0; } - to { background-position: 0 0; } -} - @keyframes progress-bar-stripes { from { background-position: $line-height-computed 0; } to { background-position: 0 0; } @@ -31,12 +24,12 @@ margin-bottom: $line-height-computed; } .progress[value] { - // Reset the default appearance - appearance: none; - // Remove Firefox and Opera border - border: 0; // IE10 uses `color` to set the bar background-color color: #0074d9; + // Remove Firefox and Opera border + border: 0; + // Reset the default appearance + appearance: none; } .progress[value]::-webkit-progress-bar { background-color: #eee; @@ -99,8 +92,8 @@ border-bottom-left-radius: $border-radius-base; } .progress[width^="0"] { - color: $gray-light; min-width: 2rem; + color: $gray-light; background-color: transparent; background-image: none; } -- cgit v1.2.3