mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Remove legacy styles
This commit is contained in:
parent
b794a40864
commit
3ac0eaaf62
16
admin/client/dist/styles/bundle.css
vendored
16
admin/client/dist/styles/bundle.css
vendored
@ -15904,22 +15904,6 @@ input.checkbox,input.radio,input[type=checkbox],input[type=radio]{
|
|||||||
color:#d40404;
|
color:#d40404;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal__dialog .chosen-results>li{
|
|
||||||
padding:.82053rem 1.2308rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modal__dialog .disabled-result{
|
|
||||||
font-style:italic;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modal__dialog .disabled-result:after{
|
|
||||||
font-style:normal;
|
|
||||||
content:"Already contains item";
|
|
||||||
color:#0071c4;
|
|
||||||
margin-left:1.2308rem;
|
|
||||||
float:right;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cms-content__inner{
|
.cms-content__inner{
|
||||||
height:100%;
|
height:100%;
|
||||||
}
|
}
|
||||||
|
@ -88,25 +88,3 @@
|
|||||||
content: "#";
|
content: "#";
|
||||||
color: $brand-danger;
|
color: $brand-danger;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// This code doesn't do anything
|
|
||||||
// TODO check whether or why this (chosen) isn't being used?
|
|
||||||
.modal__dialog {
|
|
||||||
|
|
||||||
.chosen-results > li {
|
|
||||||
padding: $spacer-y/1.5 $spacer-x;
|
|
||||||
}
|
|
||||||
|
|
||||||
.disabled-result {
|
|
||||||
font-style: italic;
|
|
||||||
|
|
||||||
&::after {
|
|
||||||
font-style: normal;
|
|
||||||
content: "Already contains item";
|
|
||||||
color: $color-text-blue-link;
|
|
||||||
margin-left: $spacer-x;
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user