mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
do not use sass for ionicons
Compile times went from 3.5 seconds to 350ms. Closes #81
This commit is contained in:
@@ -43,21 +43,6 @@ textarea {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
// tap inputs
|
||||
input[type="radio"],
|
||||
input[type="checkbox"] {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
input[type="file"],
|
||||
input[type="image"],
|
||||
input[type="submit"],
|
||||
input[type="reset"],
|
||||
input[type="button"],
|
||||
input[type="radio"],
|
||||
input[type="checkbox"] {
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
textarea {
|
||||
@@ -92,13 +77,6 @@ textarea[disabled],
|
||||
select[readonly] {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
// Explicitly reset the colors here
|
||||
input[type="radio"][disabled],
|
||||
input[type="checkbox"][disabled],
|
||||
input[type="radio"][readonly],
|
||||
input[type="checkbox"][readonly] {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
|
||||
// Focus Utils
|
||||
|
||||
Reference in New Issue
Block a user