Vanessa 2024-12-12 11:22:17 +08:00
parent dc11f2d7cc
commit 03d4647b0f
3 changed files with 3 additions and 1 deletions

View file

@ -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;
/* 滚动条 */

View file

@ -40,6 +40,7 @@
/* 线条 */
--b3-border-color: #363636;
--b3-border-radius: 6px;
--b3-border-radius-s: 3px;
--b3-border-radius-b: 12px;
/* 滚动条 */

View file

@ -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;
}