Delete unwanted stylesheets and move remainder styles to better location

This commit is contained in:
Paul Clarke 2016-04-21 15:39:58 +12:00
parent 35e062d9f3
commit 01145301fa
3 changed files with 17 additions and 20 deletions

View File

@ -95,6 +95,10 @@
&:focus {
background-color: $gray-lighter;
}
.toolbar--content & {
border-color: transparent;
}
}
.btn-success-outline {
@ -121,3 +125,16 @@
fill: #fff;
}
}
.btn--options {
.font-icon-dot-3 {
font-size: 20px;
line-height: 20px;
color: $body-color;
}
&:hover {
background-color: $gray-lighter;
}
}

View File

@ -1,19 +0,0 @@
// Custom UI buttons
.toolbar--content {
.btn-secondary {
border-color: transparent;
}
}
.btn--options {
.font-icon-dot-3 {
font-size: 20px;
line-height: 20px;
color: $body-color;
}
&:hover {
background-color: $gray-lighter;
}
}