mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
feat(util): no-border class. Fixes #32
This commit is contained in:
@ -7,6 +7,11 @@
|
|||||||
transition: none !important;
|
transition: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Remove any hairline borders
|
||||||
|
.no-border:after {
|
||||||
|
background: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
.hide.hide.hide {
|
.hide.hide.hide {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user