Skip to content

Commit

Permalink
disable lint violations
Browse files Browse the repository at this point in the history
  • Loading branch information
stonko1994 committed May 23, 2024
1 parent ae0ceae commit 83c01eb
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/scss/skin-modern/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@
outline: none;
}

// sass-lint:disable force-pseudo-nesting
&:focus:not(.#{$prefix}-focus-visible) {
box-shadow: none;
outline: none;
Expand Down
3 changes: 2 additions & 1 deletion src/scss/skin-modern/_skin-tv.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
font-size: $medium-large-size;

> .#{$prefix}-container-wrapper {
// Increase margin area around the UI but spread the dark shadow still
// Increase margin area around the UI but spread the dark shadow still
// to the edge of the video by applying it to only the container-wrapper

margin: $overscan-margin 0;
Expand All @@ -95,6 +95,7 @@
box-shadow: $focus-element-box-shadow;
filter: drop-shadow(0 0 .3em $color-highlight);
outline: none;
// sass-lint:disable no-transition-all
transition: all .05s ease-in-out;
}
}
3 changes: 3 additions & 0 deletions src/scss/skin-modern/components/_subtitleoverlay-cea608.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import '../variables';

.#{$prefix}-ui-subtitle-overlay {
&.#{$prefix}-cea608 {

Expand All @@ -6,6 +8,7 @@
right: 3em;
top: 2em;

// sass-lint:disable force-element-nesting
.#{$prefix}-subtitle-region-container.#{$prefix}-subtitle-position-default {
bottom: 0;
left: 0;
Expand Down
1 change: 1 addition & 0 deletions src/scss/skin-modern/components/_uicontainer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
box-shadow: inset -4px -3px 2px 9px $color-focus;
}

// sass-lint:disable force-pseudo-nesting
&:focus:not(.#{$prefix}-focus-visible) {
box-shadow: none;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
// Background color + opacity
@each $color-name, $color-value in $colors {
@each $opacity-name, $opacity-value in $opacities {
// sass-lint:disable force-element-nesting
&.#{$prefix}-bgcolor-#{$color-name}#{$opacity-name} .#{$prefix}-subtitle-region-container {
.#{$prefix}-ui-subtitle-label {
background-color: transparentize($color-value, 1 - $opacity-value);
Expand Down

0 comments on commit 83c01eb

Please sign in to comment.