Remove empty SCSS rules

This commit is contained in:
Nick Schonning 2014-03-06 01:02:00 -05:00
parent bf6d645c38
commit f43072135d
10 changed files with 1 additions and 51 deletions

View File

@ -30,9 +30,6 @@
.admin-contents { .admin-contents {
padding: 8px; padding: 8px;
p {
}
.ace-wrapper { .ace-wrapper {
height: 400px; height: 400px;
} }
@ -937,9 +934,6 @@ table.api-keys {
overflow-y: auto; overflow-y: auto;
overflow-x: hidden; overflow-x: hidden;
} }
.col.first {
}
.ember-list-item-view { .ember-list-item-view {
width: 100%; width: 100%;

View File

@ -113,8 +113,6 @@ body {
.boxed { .boxed {
height: 100%; height: 100%;
@include border-radius-all(5px); @include border-radius-all(5px);
.contents {
}
&.white { &.white {
background-color: $primary_background_color; background-color: $primary_background_color;
} }
@ -227,8 +225,6 @@ blockquote {
padding: 10px 4px 4px 13px; padding: 10px 4px 4px 13px;
background-color: $quote-background; background-color: $quote-background;
border-left: 5px solid $primary_border_color; border-left: 5px solid $primary_border_color;
p {
}
} }
.topic-statuses { .topic-statuses {
@ -433,8 +429,6 @@ body {
&[multiple], &[size] { &[multiple], &[size] {
height: auto; height: auto;
} }
&:focus {
}
} }
.radio, .checkbox { .radio, .checkbox {

View File

@ -60,10 +60,6 @@
list-style: none; list-style: none;
> li { > li {
float: left; float: left;
&:first-child .icon {
}
&:first-child.active .icon {
}
&:last-child .icon { &:last-child .icon {
border-right: 1px solid $primary_border_color; border-right: 1px solid $primary_border_color;
} }
@ -209,8 +205,6 @@
height: 22px; height: 22px;
margin: 5px; margin: 5px;
padding: 5px; padding: 5px;
&:focus {
}
} }
.searching { .searching {
display: block; display: block;

View File

@ -357,9 +357,6 @@ a.star {
} }
&:active {
}
&.collapsed { &.collapsed {
border-bottom: 0; border-bottom: 0;
padding-bottom: 1px; padding-bottom: 1px;
@ -849,19 +846,12 @@ button.show-replies {
} }
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
}
.dropdown { .dropdown {
position: relative; position: relative;
} }
.dropdown-toggle { .dropdown-toggle {
*margin-bottom: -3px; *margin-bottom: -3px;
} }
.dropdown-toggle:active,
.open .dropdown-toggle {
}
.caret { .caret {
display: inline-block; display: inline-block;
width: 0; width: 0;
@ -1002,8 +992,6 @@ clear: both;
} }
} }
.topic-body { .topic-body {
.contents {
}
.contents:after { .contents:after {
display: none; display: none;
} }

View File

@ -178,8 +178,6 @@ a:hover.reply-new {
} }
#topic-progress-wrapper.docked { #topic-progress-wrapper.docked {
#topic-progress {
}
position: absolute; position: absolute;
bottom: -70px; bottom: -70px;

View File

@ -446,10 +446,6 @@ div.ac-wrap {
} }
} }
.control-row.reply-area {
}
@media screen and (min-width: 1550px) { @media screen and (min-width: 1550px) {
#reply-control { #reply-control {
.wmd-controls { .wmd-controls {

View File

@ -26,8 +26,6 @@ a.no-href {
cursor: pointer; cursor: pointer;
} }
header {
}
body { body {
@ -177,7 +175,7 @@ body {
height: 11px; height: 11px;
overflow: hidden; overflow: hidden;
background-color: lighten($secondary_background_color, 76%); background-color: lighten($secondary_background_color, 76%);
display:block {} display: block;
background: image-url("grippie.png") lighten($secondary_background_color, 76%) no-repeat center 3px; background: image-url("grippie.png") lighten($secondary_background_color, 76%) no-repeat center 3px;
} }
} }

View File

@ -64,10 +64,6 @@
list-style: none; list-style: none;
> li { > li {
float: left; float: left;
&:first-child .icon {
}
&:first-child.active .icon {
}
&:last-child .icon { &:last-child .icon {
border-right: 1px solid $primary_border_color; border-right: 1px solid $primary_border_color;
} }

View File

@ -68,10 +68,6 @@ button {
&:last-of-type { &:last-of-type {
border-right: 1px solid $primary_border_color border-right: 1px solid $primary_border_color
} }
&:hover {
}
&:active {
}
&.hidden { &.hidden {
display: none; display: none;
} }
@ -248,8 +244,6 @@ a.star {
color: $primary_text_color; color: $primary_text_color;
border-bottom: 1px solid $primary_border_color; border-bottom: 1px solid $primary_border_color;
}
&.collapsed {
} }
.fa { .fa {
margin: 0; margin: 0;

View File

@ -130,8 +130,6 @@
} }
#topic-progress-wrapper.docked { #topic-progress-wrapper.docked {
#topic-progress {
}
position: absolute; position: absolute;
} }