mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
feature(css) .current-file: add transition
This commit is contained in:
parent
44eaad8461
commit
4c89ec346b
1 changed files with 1 additions and 0 deletions
|
|
@ -186,6 +186,7 @@ body {
|
|||
|
||||
.current-file {
|
||||
box-shadow: inset 0 0 2px rgb(49, 123, 249);
|
||||
transition: ease 0.05s;
|
||||
}
|
||||
|
||||
.selected-file, .selected-file .name > a{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue