[TASK] Adjust to new sass-lint rule
This commit is contained in:
parent
ed9f056d8c
commit
15762c57cc
@ -1,6 +1,6 @@
|
|||||||
@mixin icon($name, $code, $prefix: 'ion-') {
|
@mixin icon($name, $code, $prefix: 'ion-') {
|
||||||
.#{$prefix}#{$name} {
|
.#{$prefix}#{$name} {
|
||||||
&:before {
|
&::before {
|
||||||
content: '#{$code}';
|
content: '#{$code}';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
z-index: 6;
|
z-index: 6;
|
||||||
|
|
||||||
&:before {
|
&::before {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -62,7 +62,7 @@ th {
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.sort-up, &.sort-down {
|
&.sort-up, &.sort-down {
|
||||||
&:after {
|
&::after {
|
||||||
opacity: .4;
|
opacity: .4;
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user