fixes lint scss warnings
This commit is contained in:
@@ -2428,10 +2428,6 @@ table {
|
||||
margin-bottom: 0 !important;
|
||||
padding: $line-height / 2;
|
||||
|
||||
&:first-child {
|
||||
border-top: 1px solid $border;
|
||||
}
|
||||
|
||||
@include breakpoint(medium) {
|
||||
|
||||
.score-actions {
|
||||
@@ -2440,6 +2436,10 @@ table {
|
||||
}
|
||||
}
|
||||
|
||||
&:first-child {
|
||||
border-top: 1px solid $border;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background: #f9f9f9;
|
||||
|
||||
@@ -2479,8 +2479,8 @@ table {
|
||||
position: relative;
|
||||
text-decoration: none;
|
||||
|
||||
&.score-positive:before,
|
||||
&.score-negative:before {
|
||||
&.score-positive::before,
|
||||
&.score-negative::before {
|
||||
font-family: 'icons';
|
||||
left: 0;
|
||||
position: absolute;
|
||||
@@ -2489,7 +2489,7 @@ table {
|
||||
&.score-positive {
|
||||
color: $color-success;
|
||||
|
||||
&:before {
|
||||
&::before {
|
||||
color: $color-success;
|
||||
content: '\6c';
|
||||
}
|
||||
@@ -2498,7 +2498,7 @@ table {
|
||||
&.score-negative {
|
||||
color: $color-alert;
|
||||
|
||||
&:before {
|
||||
&::before {
|
||||
color: $color-alert;
|
||||
content: '\76';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user