From addb22dc760f4cefbca9a7c589add7c203afcdfa Mon Sep 17 00:00:00 2001 From: Matt Mo Date: Sun, 13 Dec 2020 10:43:08 -0800 Subject: [PATCH] Removed border styling from app bar. --- app-bar.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app-bar.js b/app-bar.js index a72adbe..43d9a37 100644 --- a/app-bar.js +++ b/app-bar.js @@ -17,9 +17,6 @@ class AppBar extends IgniteElement { flex-direction: row; align-items: center; justify-content: space-around; - - border-top-left-radius: 1em; - border-top-right-radius: 1em; box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px; } @@ -46,7 +43,7 @@ class AppBar extends IgniteElement { } ready() { - + } }