mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 01:25:17 +01:00
Remove ascribe_scrollbar.scss
This commit is contained in:
parent
0655955027
commit
ba553455d2
@ -1,22 +0,0 @@
|
|||||||
|
|
||||||
::-webkit-scrollbar {
|
|
||||||
width: 8px;
|
|
||||||
}
|
|
||||||
::-webkit-scrollbar-button {
|
|
||||||
width: 8px;
|
|
||||||
height:5px;
|
|
||||||
}
|
|
||||||
::-webkit-scrollbar-track {
|
|
||||||
background:#eee;
|
|
||||||
border: thin solid lightgray;
|
|
||||||
box-shadow: 0 0 3px #dfdfdf inset;
|
|
||||||
border-radius:10px;
|
|
||||||
}
|
|
||||||
::-webkit-scrollbar-thumb {
|
|
||||||
background:#999;
|
|
||||||
border: thin solid gray;
|
|
||||||
border-radius:10px;
|
|
||||||
}
|
|
||||||
::-webkit-scrollbar-thumb:hover {
|
|
||||||
background:#7d7d7d;
|
|
||||||
}
|
|
@ -37,7 +37,6 @@ $BASE_URL: '<%= BASE_URL %>';
|
|||||||
@import 'ascribe_collapsible';
|
@import 'ascribe_collapsible';
|
||||||
@import 'ascribe_custom_style';
|
@import 'ascribe_custom_style';
|
||||||
@import 'ascribe_spinner';
|
@import 'ascribe_spinner';
|
||||||
@import 'ascribe_scrollbar';
|
|
||||||
|
|
||||||
@import 'whitelabel/index';
|
@import 'whitelabel/index';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user