Closed
Description
修复动态滚动条样式
df0c1fa 的修改把样式改坏了:
AI 说可以像这样改:
@mixin slider-thumb-style {
-webkit-appearance: none;
width: 10px;
height: 10px;
border-radius: var(--b3-border-radius-b);
cursor: pointer;
background-color: var(--b3-theme-primary);
margin-top: -4px;
box-shadow: var(--b3-point-shadow);
transition: transform 100ms ease-out;
}
.b3-slider::-moz-range-thumb {
@include slider-thumb-style;
}
.b3-slider::-webkit-slider-thumb {
@include slider-thumb-style;
}
Metadata
Metadata
Assignees
Type
Projects
Relationships
Development
No branches or pull requests
Activity
[-]修复动态滚动条样式[/-][+]Block scrollbar style is incorrect[/+]🎨 #14085
[-]Block scrollbar style is incorrect[/-][+]Scrollbar style is incorrect[/+]🎨 siyuan-note#14085