Refactored show menu so that it will be able to accept sense
This commit is contained in:
@@ -194,9 +194,9 @@
|
||||
background-color: @white;
|
||||
border-radius: 0.2em;
|
||||
|
||||
// by default hidden
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
// by default shown
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
transition: visibility 0s, opacity 0.1s linear;
|
||||
|
||||
button {
|
||||
|
||||
Reference in New Issue
Block a user