Skip to content

Commit

Permalink
chore(scrollbar): removed lasts style from old scrollbar library
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomBos authored and ThomBos committed Jun 10, 2022
1 parent 344f937 commit 04b48cf
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 79 deletions.
11 changes: 0 additions & 11 deletions assets/styles/base.less
Original file line number Diff line number Diff line change
Expand Up @@ -482,17 +482,6 @@ a.link {
}

//Scrollbar
.ps__thumb-x,
.ps__thumb-y,
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x,
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
background: @flair-color !important;
}

.auto-scroll {
&::-webkit-scrollbar-thumb {
&:extend(.background-flair);
Expand Down
2 changes: 0 additions & 2 deletions assets/styles/framework/framework.less
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
@fifth-layer-zindex: 50;
@viewport-width: 100vw;

@import url('~/assets/styles/thirdparty/scrollbar.less');

#__nuxt,
#__layout,
#app-wrap,
Expand Down
65 changes: 0 additions & 65 deletions assets/styles/thirdparty/scrollbar.less

This file was deleted.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@
"v-scroll-lock": "^1.3.1",
"vue-awesome-swiper": "^4.1.1",
"vue-croppie": "^2.0.2",
"vue-custom-scrollbar": "^1.4.3",
"vue-emoji-picker": "git+https://git@github.com/Satellite-im/vue-emoji-picker#build-satellite",
"vue-markdown": "^2.2.4",
"vue-multiselect": "^2.1.6",
Expand Down

0 comments on commit 04b48cf

Please sign in to comment.