mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Delete unwanted stylesheets and move remainder styles to better location
This commit is contained in:
parent
35e062d9f3
commit
01145301fa
@ -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;
|
||||
}
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
@ -1 +0,0 @@
|
||||
|
Loading…
Reference in New Issue
Block a user