fix(toolbar): remove transparent border on translucent toolbar

per discussion with ben
This commit is contained in:
octicon-git-branch(16/)
octicon-tag(16/)
Brandy Carney
2018-07-24 15:43:09 -04:00
gitea-unlock(16/)
parent f0c15384a2
commit 55cb354d48
octicon-diff(16/tw-mr-1) 3 changed files with 0 additions and 3 deletions

1
core/src/components/footer/footer.ios.scss
View File

@@ -17,7 +17,6 @@
}
.footer-translucent-ios ion-toolbar {
--border-color: transparent;
--opacity: .8;
--backdrop-filter: #{$footer-ios-translucent-filter};
}

1
core/src/components/header/header.ios.scss
View File

@@ -17,7 +17,6 @@
}
.header-translucent-ios ion-toolbar {
--border-color: transparent;
--opacity: .8;
--backdrop-filter: #{$header-ios-translucent-filter};
}

1
core/src/components/toolbar/toolbar.scss
View File

@@ -33,7 +33,6 @@
// --------------------------------------------------
:host(.toolbar-translucent) {
--border-color: transparent;
--backdrop-filter: var(--translucent-filter);
--opacity: .8;
}