octicon-rss(16/)
You've already forked ionic-framework
mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
fix(toolbar): remove transparent border on translucent toolbar
per discussion with ben
This commit is contained in:
octicon-git-branch(16/)
octicon-tag(16/)
octicon-diff(16/tw-mr-1) 3 changed files with 0 additions and 3 deletions
@@ -17,7 +17,6 @@
|
||||
}
|
||||
|
||||
.footer-translucent-ios ion-toolbar {
|
||||
--border-color: transparent;
|
||||
--opacity: .8;
|
||||
--backdrop-filter: #{$footer-ios-translucent-filter};
|
||||
}
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
}
|
||||
|
||||
.header-translucent-ios ion-toolbar {
|
||||
--border-color: transparent;
|
||||
--opacity: .8;
|
||||
--backdrop-filter: #{$header-ios-translucent-filter};
|
||||
}
|
||||
|
||||
@@ -33,7 +33,6 @@
|
||||
// --------------------------------------------------
|
||||
|
||||
:host(.toolbar-translucent) {
|
||||
--border-color: transparent;
|
||||
--backdrop-filter: var(--translucent-filter);
|
||||
--opacity: .8;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user