mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-24 12:45:18 +08:00
fix(drawer): divider border transition for the drawer (#1213)
* add border transition on the drawer * add changelog
This commit is contained in:
parent
93fa426b20
commit
0a52c1b141
@ -5,6 +5,7 @@
|
||||
### Fixes
|
||||
|
||||
- Fix `n-global-style` applies style transition on first mount.
|
||||
- Fix `n-drawer` border transition [#1211].
|
||||
|
||||
## 2.19.1 (2021-09-21)
|
||||
|
||||
|
@ -76,6 +76,7 @@ export default c([
|
||||
font-size: var(--title-font-size);
|
||||
color: var(--title-text-color);
|
||||
padding: var(--header-padding);
|
||||
transition: border .3s var(--bezier);
|
||||
border-bottom: 1px solid var(--divider-color);
|
||||
border-bottom: var(--header-border-bottom);
|
||||
display: flex;
|
||||
@ -91,6 +92,7 @@ export default c([
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
border-top: var(--footer-border-top);
|
||||
transition: border .3s var(--bezier);
|
||||
padding: var(--footer-padding);
|
||||
`)
|
||||
]),
|
||||
|
Loading…
Reference in New Issue
Block a user