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