File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
packages/components/core/styles/theming Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
1
/* stylelint-disable selector-pseudo-class-no-unknown */
2
2
3
- @use ' ../common/tokens' as * ;
4
- @use ' ../functions/string' as * ;
5
-
3
+ @use ' ../common/tokens' ;
6
4
@use ' ./scrollbar-tokens' ;
7
5
8
- @mixin kbq -scrollbar () {
6
+ @mixin _kbq -scrollbar () {
9
7
// For Firefox compatibility
10
8
@supports not selector (::-webkit-scrollbar ) {
11
9
scrollbar-width : auto ;
29
27
::-webkit-scrollbar-thumb {
30
28
width : var (--kbq-scrollbar-size-thumb-width );
31
29
border-style : solid ;
32
- border-width : kbq-css-half-difference (scrollbar-size-track-dimension , scrollbar-size-thumb-width );
30
+ border-width : tokens . kbq-css-half-difference (scrollbar-size-track-dimension , scrollbar-size-thumb-width );
33
31
34
32
border-radius : var (--kbq-scrollbar-size-thumb-border-radius );
35
33
51
49
52
50
@mixin kbq-scrollbar-theme () {
53
51
.kbq-scrollbar {
54
- @include kbq -scrollbar ();
52
+ @include _kbq -scrollbar ();
55
53
56
54
// For Firefox compatibility
57
55
@supports not selector (::-webkit-scrollbar ) {
You can’t perform that action at this time.
0 commit comments