Del: Desktop scrollbar style

This commit is contained in:
surunzi
2018-01-09 18:34:14 +08:00
parent ff1235db4f
commit 19ee292719
2 changed files with 0 additions and 16 deletions

View File

@@ -21,7 +21,6 @@ export default class DevTools extends Emitter
{
super();
if (!isMobile()) evalCss(require('../style/scrollbar.css'));
this._style = evalCss(require('./DevTools.scss'));
this.$container = $container;

View File

@@ -1,15 +0,0 @@
::-webkit-scrollbar {
width: 7px;
height: 7px;
}
::-webkit-scrollbar-thumb {
background: rgba(0, 0, 0, 0.4);
}
::-webkit-scrollbar-track {
background: transparent;
border: 0px none #ffffff;
border-radius: 0px;
}
::-webkit-scrollbar-corner {
background: transparent;
}