Remove the IE5 - IE7 Holly Hack support (#4594)

Credit to @ayumihamsaki
This commit is contained in:
Ayumi Hamasaki 2019-09-04 16:32:29 +01:00 committed by Luke Towers
parent 92e975ffa3
commit 6942e38615
7 changed files with 1 additions and 9 deletions

View File

@ -9,7 +9,7 @@
.field-colorpicker >ul li.custom-color span {border-style:dashed} .field-colorpicker >ul li.custom-color span {border-style:dashed}
.field-colorpicker >ul li.custom-color:hover span, .field-colorpicker >ul li.custom-color:hover span,
.field-colorpicker >ul li.custom-color.active span {border-style:solid} .field-colorpicker >ul li.custom-color.active span {border-style:solid}
.field-colorpicker >ul li.custom-color:before {text-indent:0;font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;*margin-right:.3em;content:"\f0d8";display:block;text-align:center;color:#000;background:#e0e0e0;font-size:9px;height:9px;line-height:9px;width:9px;position:absolute;bottom:3px;right:3px} .field-colorpicker >ul li.custom-color:before {text-indent:0;font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;content:"\f0d8";display:block;text-align:center;color:#000;background:#e0e0e0;font-size:9px;height:9px;line-height:9px;width:9px;position:absolute;bottom:3px;right:3px}
.sp-hue, .sp-hue,
.sp-slider {cursor:row-resize} .sp-slider {cursor:row-resize}
.sp-color, .sp-color,

View File

@ -33,7 +33,6 @@
font-style: normal; font-style: normal;
text-decoration: inherit; text-decoration: inherit;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
*margin-right: .3em;
content: "\f0c9"; content: "\f0c9";
color: #b6b6b6; color: #b6b6b6;
} }

View File

@ -61,7 +61,6 @@ div.control-componentlist div.components div.layout-cell > div:after {
font-style: normal; font-style: normal;
text-decoration: inherit; text-decoration: inherit;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
*margin-right: .3em;
content: "\f12e"; content: "\f12e";
} }
.draggable-component-item > div:hover:after, .draggable-component-item > div:hover:after,
@ -272,7 +271,6 @@ div.control-componentlist div.components div.layout-cell.adding > div {
font-style: normal; font-style: normal;
text-decoration: inherit; text-decoration: inherit;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
*margin-right: .3em;
content: "\f12e"; content: "\f12e";
-webkit-transform: rotate(-90deg); -webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg); -ms-transform: rotate(-90deg);

View File

@ -87,7 +87,6 @@
font-style: normal; font-style: normal;
text-decoration: inherit; text-decoration: inherit;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
*margin-right: .3em;
content: "\f07b"; content: "\f07b";
color: #a1aab1; color: #a1aab1;
font-size: 14px; font-size: 14px;
@ -124,7 +123,6 @@
font-style: normal; font-style: normal;
text-decoration: inherit; text-decoration: inherit;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
*margin-right: .3em;
content: "\f053"; content: "\f053";
} }
.control-assetlist p.parent a.link:hover { .control-assetlist p.parent a.link:hover {

View File

@ -12,7 +12,6 @@
font-style: normal; font-style: normal;
text-decoration: inherit; text-decoration: inherit;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
*margin-right: .3em; // fixes ie7 issues
} }
.icon-stack(@width: 2em, @height: 2em, @top-font-size: 1em, @base-font-size: 2em) { .icon-stack(@width: 2em, @height: 2em, @top-font-size: 1em, @base-font-size: 2em) {

View File

@ -41,7 +41,6 @@
font-style: normal; font-style: normal;
text-decoration: inherit; text-decoration: inherit;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
*margin-right: .3em;
} }
[class^="icon-"]:before, [class^="icon-"]:before,
[class*=" icon-"]:before { [class*=" icon-"]:before {

View File

@ -12,7 +12,6 @@
font-style: normal; font-style: normal;
text-decoration: inherit; text-decoration: inherit;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
*margin-right: .3em; // fixes ie7 issues
} }
.border-radius(@radius) { .border-radius(@radius) {