We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd66fb0 commit 85cdd87Copy full SHA for 85cdd87
lib/static/styles.css
@@ -88,6 +88,21 @@ main.container {
88
height: 25px;
89
}
90
91
+.menu-bar>.ui.dropdown .menu {
92
+ height: auto;
93
+ width: auto;
94
+ top: 100% !important;
95
+ transition: visibility 0.1s, opacity 0.1s linear;
96
+ transition-delay: 0.3s;
97
+ visibility: hidden;
98
+}
99
+
100
+.menu-bar>.ui.dropdown:hover .menu {
101
+ visibility: visible;
102
+ opacity: 1;
103
+ transition-delay: 0s;
104
105
106
.menu-bar .icon {
107
margin: 0;
108
@@ -283,7 +298,7 @@ main.container {
283
298
.tests-group__title .ui.checkbox {
284
299
vertical-align: bottom;
285
300
margin-right: 5px;
286
-
301
287
302
width: 18px;
288
303
height: 18px;
289
304
0 commit comments