This commit is contained in:
parent
dc11f2d7cc
commit
03d4647b0f
3 changed files with 3 additions and 1 deletions
|
@ -41,6 +41,7 @@
|
|||
/* 线条 */
|
||||
--b3-border-color: var(--b3-theme-surface-lighter);
|
||||
--b3-border-radius: 6px;
|
||||
--b3-border-radius-s: 3px;
|
||||
--b3-border-radius-b: 12px;
|
||||
|
||||
/* 滚动条 */
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
/* 线条 */
|
||||
--b3-border-color: #363636;
|
||||
--b3-border-radius: 6px;
|
||||
--b3-border-radius-s: 3px;
|
||||
--b3-border-radius-b: 12px;
|
||||
|
||||
/* 滚动条 */
|
||||
|
|
|
@ -322,7 +322,7 @@
|
|||
left: 2px;
|
||||
right: 2px;
|
||||
bottom: 2px;
|
||||
border-radius: 3px;
|
||||
border-radius: var(--b3-border-radius-s);
|
||||
box-shadow: 0 0 0 2px var(--b3-theme-primary-lighter);
|
||||
pointer-events: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue