mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-20 10:58:33 +00:00
12.0 fix left nav tooltip (#6371)
* 01 change tooltip position * 02 change id files
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
.side-nav-icon-tip {
|
||||
opacity: 0;
|
||||
transform: translateX(0px);
|
||||
transform: translateX(-20px);
|
||||
transition: all 250ms cubic-bezier(0.25, 0.1, 0.25, 0.1);
|
||||
}
|
||||
|
||||
.side-nav-icon-tip.side-nav-icon-tip-animation {
|
||||
opacity: 1;
|
||||
transform: translateX(20px);
|
||||
transform: translateX(0px);
|
||||
}
|
||||
|
Reference in New Issue
Block a user