mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-23 07:19:50 -04:00
set button overlay to transparent so you don't see it anymore after a button has been pressed
This commit is contained in:
parent
9e7a5465d4
commit
578db7eae9
@ -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%;
|
||||
|
Loading…
x
Reference in New Issue
Block a user