mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(tabs): remove important flag from `.tabs{border-bottom:none;} Fixes: 1652
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
(min-resolution: 1.5dppx) {
|
||||
padding-top: 2px;
|
||||
border-top: none !important;
|
||||
border-bottom: none !important;
|
||||
border-bottom: none;
|
||||
background-position: top;
|
||||
background-size: 100% 1px;
|
||||
background-repeat: no-repeat;
|
||||
|
||||
Reference in New Issue
Block a user