From 578db7eae97ca10e247107c34fa8fe7ca2d46690 Mon Sep 17 00:00:00 2001 From: Jason Wall Date: Wed, 3 Mar 2021 13:04:38 -0500 Subject: [PATCH] set button overlay to transparent so you don't see it anymore after a button has been pressed --- src/src/styles/app.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/src/styles/app.scss b/src/src/styles/app.scss index 42d8e529..a4cc1cd4 100644 --- a/src/src/styles/app.scss +++ b/src/src/styles/app.scss @@ -41,7 +41,6 @@ body { color: #777; } - .card-title { font-size: 1.5rem; font-family: "Roboto Condensed"; @@ -165,6 +164,9 @@ a { box-shadow: none !important; border: 1px solid #eee; } +.mat-button-focus-overlay { + background-color: transparent !important; +} .full-width { width: 100%;