mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 06:57:02 +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",
|
||||
"licenseURL": "http://opensource.org/licenses/MIT",
|
||||
"version": "Version 1.2.3",
|
||||
"fontId": "Ionicons",
|
||||
"psName": "Ionicons",
|
||||
"fontId": "ionicons",
|
||||
"psName": "ionicons",
|
||||
"subFamily": "Regular",
|
||||
"fullName": "Ionicons",
|
||||
"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); } }
|
||||
}
|
||||
.ionic i, .ionic .icon {
|
||||
font-family: 'ionicons';
|
||||
speak: none;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
font-family: 'ionicons' !important;
|
||||
speak: none !important;
|
||||
font-style: normal !important;
|
||||
font-weight: normal !important;
|
||||
font-variant: normal !important;
|
||||
text-transform: none !important;
|
||||
line-height: 1;
|
||||
/* Better Font Rendering =========== */
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
||||
12
dist/css/ionic.css
vendored
12
dist/css/ionic.css
vendored
@ -7,12 +7,12 @@
|
||||
font-style: normal; }
|
||||
|
||||
i, .icon {
|
||||
font-family: 'ionicons';
|
||||
speak: none;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
font-family: 'ionicons' !important;
|
||||
speak: none !important;
|
||||
font-style: normal !important;
|
||||
font-weight: normal !important;
|
||||
font-variant: normal !important;
|
||||
text-transform: none !important;
|
||||
line-height: 1;
|
||||
/* Better Font Rendering =========== */
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
||||
@ -10,12 +10,12 @@
|
||||
}
|
||||
|
||||
i, .icon {
|
||||
font-family: 'ionicons';
|
||||
speak: none;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
font-family: 'ionicons' !important;
|
||||
speak: none !important;
|
||||
font-style: normal !important;
|
||||
font-weight: normal !important;
|
||||
font-variant: normal !important;
|
||||
text-transform: none !important;
|
||||
line-height: 1;
|
||||
|
||||
/* Better Font Rendering =========== */
|
||||
|
||||
Reference in New Issue
Block a user