mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 17:51:54 +00:00
style(IndexBar): adjust sticky anchor color to red
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user