Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeniyKiyashko committed Sep 5, 2024
1 parent 815f615 commit 6a58112
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion e2e/testcafe-devextreme/tests/navigation/tabPanel/focus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ test('[{0: selected}, {1}] -> click to multiView -> navigate to tabs[1] -> click
.expect(tabPanel.tabs.isFocused)
.notOk()
.expect(tabPanel.tabs.getItem(0).isFocused)
.notOk()
.ok()
.expect(tabPanel.tabs.getItem(1).isFocused)
.ok()
.expect(tabPanel.multiView.getItem(0).isFocused)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@


$generic-tabs-border: $generic-tabs-border-width solid $tabs-border-color !default;
$generic-tabs-border-focus: $generic-tabs-border-width solid $tabs-focused-border-color !default;
$generic-tabs-border-transparent: $generic-tabs-border-width solid transparent !default;

$generic-tabs-border-hover-top: null !default;
Expand Down

0 comments on commit 6a58112

Please sign in to comment.