mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
style(IndexBar): adjust sticky anchor color to red
This commit is contained in:
parent
65b6807a7e
commit
87b0a03495
@ -106,5 +106,5 @@ How to use: [Custom Theme](#/en-US/theme).
|
||||
| @index-anchor-font-size | `@font-size-md` | - |
|
||||
| @index-anchor-line-height | `32px` | - |
|
||||
| @index-anchor-background-color | `transparent` | - |
|
||||
| @index-anchor-sticky-text-color | `@green` | - |
|
||||
| @index-anchor-sticky-text-color | `@red` | - |
|
||||
| @index-anchor-sticky-background-color | `@white` | - |
|
||||
|
@ -110,5 +110,5 @@ export default {
|
||||
| @index-anchor-font-size | `@font-size-md` | - |
|
||||
| @index-anchor-line-height | `32px` | - |
|
||||
| @index-anchor-background-color | `transparent` | - |
|
||||
| @index-anchor-sticky-text-color | `@green` | - |
|
||||
| @index-anchor-sticky-text-color | `@red` | - |
|
||||
| @index-anchor-sticky-background-color | `@white` | - |
|
||||
|
@ -414,7 +414,7 @@
|
||||
@index-anchor-font-size: @font-size-md;
|
||||
@index-anchor-line-height: 32px;
|
||||
@index-anchor-background-color: transparent;
|
||||
@index-anchor-sticky-text-color: @green;
|
||||
@index-anchor-sticky-text-color: @red;
|
||||
@index-anchor-sticky-background-color: @white;
|
||||
|
||||
// IndexBar
|
||||
|
Loading…
x
Reference in New Issue
Block a user