Skip to content

Commit

Permalink
Merge pull request #128 from subhav/dragging
Browse files Browse the repository at this point in the history
Fix sluggish tab dragging in the tab bar.
  • Loading branch information
blink1073 authored Nov 2, 2020
2 parents 2d64926 + eac2ec3 commit 2baea9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/widgets/style/tabbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@


/* <DEPRECATED> */
.p-TabBar.p-mod-dragging .p-TabBar-tab.p-mod-dragging
.p-TabBar.p-mod-dragging .p-TabBar-tab.p-mod-dragging,
/* </DEPRECATED> */
.lm-TabBar.lm-mod-dragging .lm-TabBar-tab.lm-mod-dragging {
transition: none;
Expand Down

0 comments on commit 2baea9e

Please sign in to comment.