Merge pull request #2059 from nschonni/remove-empty-rules

Remove empty SCSS rules
This commit is contained in:
Jeff Atwood 2014-03-05 22:07:40 -08:00
commit 15c46af838
10 changed files with 1 additions and 51 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -26,8 +26,6 @@ a.no-href {
cursor: pointer;
}
header {
}
body {
@ -177,7 +175,7 @@ body {
height: 11px;
overflow: hidden;
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;
}
}

View File

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

View File

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

View File

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