mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-28 14:04:45 -04:00
Fixed content transition.
This commit is contained in:
parent
71d22fb9e0
commit
f7fbd2e256
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
#content {
|
#content {
|
||||||
border: 1px dashed #fff;
|
border: 1px dashed #fff;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
.transition(all 0.2s ease-in-out);
|
.transition(border-color 0.2s ease-in-out);
|
||||||
|
|
||||||
&.hint {
|
&.hint {
|
||||||
border-color: #ddd;
|
border-color: #ddd;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue