mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-21 14:43:31 +00:00
(js, css) Improve sg-ripple-click directive
This commit is contained in:
@@ -5,10 +5,10 @@ sg-ripple {
|
||||
height: 0px;
|
||||
width: 0px;
|
||||
position: absolute;
|
||||
transition: width 800ms linear, height 800ms linear, background-color 400ms linear;
|
||||
transition: width 800ms linear, height 800ms linear, background-color 400ms linear 200ms;
|
||||
transform: translate(-50%, -50%);
|
||||
opacity: 1;
|
||||
z-index: $z-index-toolbar + 1;
|
||||
z-index: $z-index-scroll-mask;
|
||||
}
|
||||
|
||||
sg-ripple-content {
|
||||
@@ -17,5 +17,5 @@ sg-ripple-content {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
z-index: $z-index-toolbar + 2;
|
||||
z-index: $z-index-scroll-mask + 1;
|
||||
}
|
||||
Reference in New Issue
Block a user