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 3eaabc4 commit 675a12eCopy full SHA for 675a12e
scripts/ufs_statistic.css
@@ -88,13 +88,16 @@ li:hover .show-on-hover {
88
left: 0;
89
width: 100%;
90
height: 100%;
91
- background: rgba(0, 0, 0, 0.5);
92
flex-direction: column;
93
align-items: center;
94
justify-content: center;
95
z-index: 9999;
96
}
97
+.modal:has(.modal-content:hover) {
98
+ background: rgba(0, 0, 0, 0.5);
99
+}
100
+
101
.modal-content {
102
background: #2c2c2c;
103
padding: 20px;
@@ -108,6 +111,12 @@ li:hover .show-on-hover {
108
111
display: flex;
109
112
110
113
114
+ opacity: 0.05;
115
+ transition: opacity 0.1s ease;
116
117
118
+.modal-content:hover {
119
+ opacity: 1;
120
121
122
.modal-header {
0 commit comments