better readability of focused menu button when there's a comment
Massimo Melina committed
Apr 29, 2024 at 21:57 UTC
de62ac324e95fe9f0f16543b12df233f27ee4ca2
1 file changed
+1
-1
frontend/src/index.scss
+1
-1
@@ -501,7 +501,7 @@ button .icon + .label {
501
502
.popup-menu-button {
503
font-size: .8em; padding: .2em .3em; position: absolute; opacity: .8; white-space: nowrap;
504
- &:hover { opacity: 1 }
504
+ &:hover,&:focus { opacity: 1 }
505
}
506
507
.file-dialog .dialog { min-width: 13em; } /* more room for title */