2
2
.t-code ::-webkit-scrollbar ,
3
3
.t-text-editor ::-webkit-scrollbar ,
4
4
.t-vue-codemirror .vue-codemirror .CodeMirror .CodeMirror-hscrollbar ::-webkit-scrollbar ,
5
- .t-window pre ::-webkit-scrollbar
5
+ .t-window pre ::-webkit-scrollbar ,
6
+ .t-cmd-tips ::-webkit-scrollbar
6
7
{
7
8
width : 8px ;
8
9
height : 8px ;
12
13
.t-code ::-webkit-scrollbar-button ,
13
14
.t-text-editor ::-webkit-scrollbar-button ,
14
15
.t-vue-codemirror .vue-codemirror .CodeMirror .CodeMirror-hscrollbar ::-webkit-scrollbar-button ,
15
- .t-window pre ::-webkit-scrollbar-button
16
+ .t-window pre ::-webkit-scrollbar-button ,
17
+ .t-cmd-tips ::-webkit-scrollbar-button
16
18
{
17
19
width : 0 ;
18
20
height : 0 ;
23
25
.t-code ::-webkit-scrollbar-thumb ,
24
26
.t-text-editor ::-webkit-scrollbar-thumb ,
25
27
.t-vue-codemirror .vue-codemirror .CodeMirror .CodeMirror-hscrollbar ::-webkit-scrollbar-thumb ,
26
- .t-window pre ::-webkit-scrollbar-thumb
28
+ .t-window pre ::-webkit-scrollbar-thumb ,
29
+ .t-cmd-tips ::-webkit-scrollbar-thumb
27
30
{
28
31
border-radius : 6px ;
29
32
border-style : dashed;
37
40
.t-code ::-webkit-scrollbar-thumb : hover ,
38
41
.t-text-editor ::-webkit-scrollbar-thumb : hover ,
39
42
.t-vue-codemirror .vue-codemirror .CodeMirror .CodeMirror-hscrollbar ::-webkit-scrollbar-thumb : hover ,
40
- .t-window pre ::-webkit-scrollbar-thumb : hover
43
+ .t-window pre ::-webkit-scrollbar-thumb : hover ,
44
+ .t-cmd-tips ::-webkit-scrollbar-thumb : hover
41
45
{
42
46
background : rgba (157 , 165 , 183 , 0.7 );
43
47
cursor : pointer;
47
51
.t-code ::-webkit-scrollbar-track ,
48
52
.t-text-editor ::-webkit-scrollbar-track ,
49
53
.t-vue-codemirror .vue-codemirror .CodeMirror .CodeMirror-hscrollbar ::-webkit-scrollbar-track ,
50
- .t-window pre ::-webkit-scrollbar-track
54
+ .t-window pre ::-webkit-scrollbar-track ,
55
+ .t-cmd-tips ::-webkit-scrollbar-track
51
56
{
52
57
border-radius : 6px ;
53
- }
58
+ }
0 commit comments