Skip to content

Commit

Permalink
style: remove extra whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
bualoy-napat committed Feb 15, 2024
1 parent 6341960 commit 214c61e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/elemental-theme/src/shared-styles/scrollbar.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// TODO: `scrollbar-width` and `scrollbar-color` are now standardized in Chrome 121, not limited to Firefox. This mixin should be refactored in the next major release.
.mozilla-scrollbars () {
.mozilla-scrollbars() {
@supports not selector(::-webkit-scrollbar) {
& {
scrollbar-color: @scrollbar-thumb-background-color @scrollbar-track-background-color;
Expand Down
2 changes: 1 addition & 1 deletion packages/halo-theme/src/shared-styles/scrollbar.less
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import '@refinitiv-ui/elemental-theme/src/shared-styles/scrollbar';

// TODO: `scrollbar-width` and `scrollbar-color` are now standardized in Chrome 121, not limited to Firefox. This mixin should be refactored in the next major release.
.mozilla-scrollbars () {
.mozilla-scrollbars() {
@supports not selector(::-webkit-scrollbar) {
& {
scrollbar-width: thin;
Expand Down

0 comments on commit 214c61e

Please sign in to comment.