Remove editor page button background coloring (#33)
continuous-integration/drone/push Build is passing Details

master
Garrett Mills 4 years ago
parent f788654ff7
commit 0f90515252
Signed by: garrettmills
GPG Key ID: D2BF5FBA8298F246

@ -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 {

Loading…
Cancel
Save