set button overlay to transparent so you don't see it anymore after a button has been pressed

This commit is contained in:
Jason Wall 2021-03-03 13:04:38 -05:00
parent 9e7a5465d4
commit 578db7eae9

View File

@ -41,7 +41,6 @@ body {
color: #777; color: #777;
} }
.card-title { .card-title {
font-size: 1.5rem; font-size: 1.5rem;
font-family: "Roboto Condensed"; font-family: "Roboto Condensed";
@ -165,6 +164,9 @@ a {
box-shadow: none !important; box-shadow: none !important;
border: 1px solid #eee; border: 1px solid #eee;
} }
.mat-button-focus-overlay {
background-color: transparent !important;
}
.full-width { .full-width {
width: 100%; width: 100%;