feat: add more color variables (#8861)
* style: add --van-warning-color * style: add --van-success-color * feat: add more color variables
This commit is contained in:
@@ -211,10 +211,10 @@ The component provides the following CSS variables, which can be used to customi
|
||||
| --van-dropdown-menu-box-shadow | _0 2px 12px fade(var(--van-gray-7), 12)_ | - |
|
||||
| --van-dropdown-menu-title-font-size | _15px_ | - |
|
||||
| --van-dropdown-menu-title-text-color | _var(--van-text-color)_ | - |
|
||||
| --van-dropdown-menu-title-active-text-color | _var(--van-red)_ | - |
|
||||
| --van-dropdown-menu-title-active-text-color | _var(--van-danger-color)_ | - |
|
||||
| --van-dropdown-menu-title-disabled-text-color | _var(--van-gary-6)_ | - |
|
||||
| --van-dropdown-menu-title-padding | _0 var(--van-padding-xs)_ | - |
|
||||
| --van-dropdown-menu-title-line-height | _var(--van-line-height-lg)_ | - |
|
||||
| --van-dropdown-menu-option-active-color | _var(--van-red)_ | - |
|
||||
| --van-dropdown-menu-option-active-color | _var(--van-danger-color)_ | - |
|
||||
| --van-dropdown-menu-content-max-height | _80%_ | - |
|
||||
| --van-dropdown-item-z-index | _10_ | - |
|
||||
|
||||
Reference in New Issue
Block a user