Refactored show menu so that it will be able to accept sense

This commit is contained in:
2019-11-20 23:24:16 +01:00
parent 1f038e177a
commit bcd8d3ced9
4 changed files with 26 additions and 16 deletions

View File

@@ -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 {