bkui-vue 0.0.1-beta.352 → 0.0.1-beta.353
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/style.css +1 -1
- package/dist/style.variable.css +1 -1
- package/lib/tab/tab.css +5 -0
- package/lib/tab/tab.less +6 -0
- package/lib/tab/tab.variable.css +5 -0
- package/package.json +1 -1
package/lib/tab/tab.css
CHANGED
@@ -400,6 +400,11 @@
|
|
400
400
|
width: 0;
|
401
401
|
height: 0;
|
402
402
|
}
|
403
|
+
.bk-tab-header-nav::-webkit-scrollbar-thumb {
|
404
|
+
background: #dcdee5;
|
405
|
+
border-radius: 50%;
|
406
|
+
box-shadow: inset 0 0 6px rgba(204, 204, 204, 0.3);
|
407
|
+
}
|
403
408
|
.bk-tab-header-next,
|
404
409
|
.bk-tab-header-prev {
|
405
410
|
position: absolute;
|
package/lib/tab/tab.less
CHANGED
package/lib/tab/tab.variable.css
CHANGED
@@ -876,6 +876,11 @@
|
|
876
876
|
width: 0;
|
877
877
|
height: 0;
|
878
878
|
}
|
879
|
+
.bk-tab-header-nav::-webkit-scrollbar-thumb {
|
880
|
+
background: #dcdee5;
|
881
|
+
border-radius: 50%;
|
882
|
+
box-shadow: inset 0 0 6px rgba(204, 204, 204, 0.3);
|
883
|
+
}
|
879
884
|
.bk-tab-header-next,
|
880
885
|
.bk-tab-header-prev {
|
881
886
|
position: absolute;
|