Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilad Gray committed Mar 27, 2018
1 parent d57cb01 commit 59c4a86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/table/src/headers/_headers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ $dark-selectable-header-menu-selected-hover-background:
}

// need to use a long selector here to properly scope the style
// stylelint-disable-next-line selector-max-compound-selectors
// stylelint-disable-next-line selector-max-compound-selectors,max-line-length
.#{$ns}-dark .#{$ns}-table-selection-enabled .#{$ns}-table-header.#{$ns}-table-header-selected & {
background-color: $dark-selectable-header-menu-selected-background;
}
Expand Down
1 change: 1 addition & 0 deletions packages/table/src/interactions/_interactions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ $reorder-handle-width: 22px !default;
}
}

// stylelint-disable-next-line max-line-length
.#{$ns}-table-column-header-cell.#{$ns}-table-has-reorder-handle:not(.#{$ns}-table-has-interaction-bar) {
.#{$ns}-table-column-name-text {
padding-left: $reorder-handle-width;
Expand Down

1 comment on commit 59c4a86

@blueprint-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix lint

Preview: documentation | landing | table

Please sign in to comment.