Skip to content

Commit 118b198

Browse files
danieledsJuBan1
authored andcommitted
Remove redundant transform
1 parent 3d0b4f3 commit 118b198

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

addon/show-invisibles/show-invisibles.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,6 @@
9090
'position: relative;',
9191
'width: 0;',
9292
'left: calc(50% - 0.5ch);',
93-
'transform: translate(-50%, 0);',
94-
'-webkit-transform: translate(-50%, 0);',
9593
'}'].join('');
9694
addStyle(cm, css, 'js-show-tab');
9795
}

0 commit comments

Comments
 (0)