Add transition effect to datemenu.css and update comment in popovers.css

This commit is contained in:
Vladyslav Hroshev
2024-04-22 12:46:16 +03:00
parent 535631f180
commit d8d5bfb6fe
2 changed files with 2 additions and 2 deletions

View File

@@ -173,6 +173,7 @@
color: TEXT-SECONDARY-COLOR;
border-radius: 14px;
box-shadow: inset 0 0 0 1px BORDER-SHADOW;
transition-duration: 125ms;
}
.events-button:hover,

View File

@@ -1,7 +1,7 @@
/* Popovers */
.popup-menu-content, /* popover content */
.candidate-popup-content { /* IBus Candidate Popup (i dunno how to call it) */
.candidate-popup-content { /* datemenu, quick settings... */
color: TEXT-PRIMARY-COLOR;
background: BACKGROUND-COLOR;
padding: 8px;
@@ -57,7 +57,6 @@
color: TEXT-PRIMARY-COLOR;
box-shadow: inset 0 0 0 1px BORDER-SHADOW;
border-radius: 0 0 12px 12px;
margin: 0 0 2px 0;
}
/* submenu items */