Remove editor page button background coloring (#33)
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Garrett Mills 2020-10-29 09:43:59 -05:00
parent f788654ff7
commit 0f90515252
Signed by: garrettmills
GPG Key ID: D2BF5FBA8298F246

View File

@ -46,6 +46,7 @@ ion-icon.invisible {
border: 1px solid lightgrey;
color: darkgrey;
border-radius: 5px;
background: rgba(0, 0, 0, 0);
&:hover {
border: 1px solid darkgrey;
@ -54,6 +55,8 @@ ion-icon.invisible {
}
.save-button {
background: rgba(0, 0, 0, 0);
padding: 10px;
color: #777;
i {