mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 23:16:52 +08:00
i, .icon selector w/ !important
This commit is contained in:
0
dist/css/fonts/ionicons.eot
vendored
Normal file → Executable file
0
dist/css/fonts/ionicons.eot
vendored
Normal file → Executable file
4
dist/css/fonts/ionicons.svg
vendored
Normal file → Executable file
4
dist/css/fonts/ionicons.svg
vendored
Normal file → Executable file
@ -11,8 +11,8 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"licenseURL": "http://opensource.org/licenses/MIT",
|
"licenseURL": "http://opensource.org/licenses/MIT",
|
||||||
"version": "Version 1.2.3",
|
"version": "Version 1.2.3",
|
||||||
"fontId": "Ionicons",
|
"fontId": "ionicons",
|
||||||
"psName": "Ionicons",
|
"psName": "ionicons",
|
||||||
"subFamily": "Regular",
|
"subFamily": "Regular",
|
||||||
"fullName": "Ionicons",
|
"fullName": "Ionicons",
|
||||||
"description": "Generated by IcoMoon"
|
"description": "Generated by IcoMoon"
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 248 KiB After Width: | Height: | Size: 248 KiB |
0
dist/css/fonts/ionicons.ttf
vendored
Normal file → Executable file
0
dist/css/fonts/ionicons.ttf
vendored
Normal file → Executable file
0
dist/css/fonts/ionicons.woff
vendored
Normal file → Executable file
0
dist/css/fonts/ionicons.woff
vendored
Normal file → Executable file
12
dist/css/ionic-scoped.css
vendored
12
dist/css/ionic-scoped.css
vendored
@ -213,12 +213,12 @@
|
|||||||
transform: rotate(360deg); } }
|
transform: rotate(360deg); } }
|
||||||
}
|
}
|
||||||
.ionic i, .ionic .icon {
|
.ionic i, .ionic .icon {
|
||||||
font-family: 'ionicons';
|
font-family: 'ionicons' !important;
|
||||||
speak: none;
|
speak: none !important;
|
||||||
font-style: normal;
|
font-style: normal !important;
|
||||||
font-weight: normal;
|
font-weight: normal !important;
|
||||||
font-variant: normal;
|
font-variant: normal !important;
|
||||||
text-transform: none;
|
text-transform: none !important;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
/* Better Font Rendering =========== */
|
/* Better Font Rendering =========== */
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
|
|||||||
12
dist/css/ionic.css
vendored
12
dist/css/ionic.css
vendored
@ -7,12 +7,12 @@
|
|||||||
font-style: normal; }
|
font-style: normal; }
|
||||||
|
|
||||||
i, .icon {
|
i, .icon {
|
||||||
font-family: 'ionicons';
|
font-family: 'ionicons' !important;
|
||||||
speak: none;
|
speak: none !important;
|
||||||
font-style: normal;
|
font-style: normal !important;
|
||||||
font-weight: normal;
|
font-weight: normal !important;
|
||||||
font-variant: normal;
|
font-variant: normal !important;
|
||||||
text-transform: none;
|
text-transform: none !important;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
/* Better Font Rendering =========== */
|
/* Better Font Rendering =========== */
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
|
|||||||
@ -10,12 +10,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
i, .icon {
|
i, .icon {
|
||||||
font-family: 'ionicons';
|
font-family: 'ionicons' !important;
|
||||||
speak: none;
|
speak: none !important;
|
||||||
font-style: normal;
|
font-style: normal !important;
|
||||||
font-weight: normal;
|
font-weight: normal !important;
|
||||||
font-variant: normal;
|
font-variant: normal !important;
|
||||||
text-transform: none;
|
text-transform: none !important;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
|
|
||||||
/* Better Font Rendering =========== */
|
/* Better Font Rendering =========== */
|
||||||
|
|||||||
Reference in New Issue
Block a user