1
0
mirror of https://github.com/coreui/coreui-icons.git synced 2025-08-16 05:33:58 +02:00

refactor: remove old ie7 files

This commit is contained in:
mrholek
2019-11-18 16:21:13 +01:00
parent 0f38dfed6b
commit d5d474294e
2 changed files with 0 additions and 187 deletions

View File

@@ -1,117 +0,0 @@
.cui-basket-loaded {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.cui-bell {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.cui-calculator {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.cui-calendar {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.cui-camera {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.cui-chart {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.cui-cloud-download {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.cui-cursor {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.cui-cursor-move {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.cui-drop {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.cui-energy {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.cui-envelope-letter {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.cui-equalizer {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.cui-globe {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.cui-graph {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.cui-home {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.cui-layers {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.cui-list {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.cui-location-pin {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.cui-map {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.cui-note {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.cui-options {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.cui-pencil {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.cui-people {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.cui-pie-chart {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.cui-puzzle {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.cui-screen-desktop {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.cui-screen-smartphone {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.cui-settings {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.cui-social-facebook {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.cui-social-skype {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.cui-social-twitter {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.cui-speech {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.cui-speedometer {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.cui-star {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.cui-user {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.cui-user-female {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.cui-user-follow {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.cui-user-unfollow {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}

View File

@@ -1,70 +0,0 @@
/* To avoid CSS expressions while still supporting IE 7 and IE 6, use this script */
/* The script tag referencing this file must be placed before the ending body tag. */
/* Use conditional comments in order to target IE 7 and older:
<!--[if lt IE 8]><!-->
<script src="ie7/ie7.js"></script>
<!--<![endif]-->
*/
(function() {
function addIcon(el, entity) {
var html = el.innerHTML;
el.innerHTML = '<span style="font-family: \'CoreUI-Icons-Linear\'">' + entity + '</span>' + html;
}
var icons = {
'cui-basket-loaded': '&#xe900;',
'cui-bell': '&#xe901;',
'cui-calculator': '&#xe902;',
'cui-calendar': '&#xe903;',
'cui-camera': '&#xe904;',
'cui-chart': '&#xe905;',
'cui-cloud-download': '&#xe906;',
'cui-cursor': '&#xe907;',
'cui-cursor-move': '&#xe908;',
'cui-drop': '&#xe909;',
'cui-energy': '&#xe90a;',
'cui-envelope-letter': '&#xe90b;',
'cui-equalizer': '&#xe90c;',
'cui-globe': '&#xe90d;',
'cui-graph': '&#xe90e;',
'cui-home': '&#xe90f;',
'cui-layers': '&#xe910;',
'cui-list': '&#xe911;',
'cui-location-pin': '&#xe912;',
'cui-map': '&#xe913;',
'cui-note': '&#xe914;',
'cui-options': '&#xe915;',
'cui-pencil': '&#xe916;',
'cui-people': '&#xe917;',
'cui-pie-chart': '&#xe918;',
'cui-puzzle': '&#xe919;',
'cui-screen-desktop': '&#xe91a;',
'cui-screen-smartphone': '&#xe91b;',
'cui-settings': '&#xe91c;',
'cui-social-facebook': '&#xe91d;',
'cui-social-skype': '&#xe91e;',
'cui-social-twitter': '&#xe91f;',
'cui-speech': '&#xe920;',
'cui-speedometer': '&#xe921;',
'cui-star': '&#xe922;',
'cui-user': '&#xe923;',
'cui-user-female': '&#xe924;',
'cui-user-follow': '&#xe925;',
'cui-user-unfollow': '&#xe926;',
'0': 0
},
els = document.getElementsByTagName('*'),
i, c, el;
for (i = 0; ; i += 1) {
el = els[i];
if(!el) {
break;
}
c = el.className;
c = c.match(/cui-[^\s'"]+/);
if (c && icons[c[0]]) {
addIcon(el, icons[c[0]]);
}
}
}());