Fix various CodeClimate warnings

This commit is contained in:
Claire
2021-03-06 13:12:35 +01:00
parent 454d036b74
commit 318efa49de
13 changed files with 43 additions and 41 deletions

View File

@@ -209,7 +209,7 @@
display: inline-block;
border-radius: 2px;
background: lighten($ui-base-color, 30%);
border: none;
border: 0;
color: $inverted-text-color;
font-weight: 500;
font-size: 11px;
@@ -389,8 +389,10 @@
&:after {
content: "";
position: absolute;
top: 0; bottom: 0;
left: 0; right: 0;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: linear-gradient(rgba($ui-base-color, 0), rgba($ui-base-color, 1));
pointer-events: none;
}