[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-') {
|
||||
.#{$prefix}#{$name} {
|
||||
&:before {
|
||||
&::before {
|
||||
content: '#{$code}';
|
||||
}
|
||||
}
|
||||
|
@ -12,7 +12,7 @@
|
||||
white-space: nowrap;
|
||||
z-index: 6;
|
||||
|
||||
&:before {
|
||||
&::before {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
@ -62,7 +62,7 @@ th {
|
||||
}
|
||||
|
||||
&.sort-up, &.sort-down {
|
||||
&:after {
|
||||
&::after {
|
||||
opacity: .4;
|
||||
visibility: visible;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user