Skip to content

Commit 2b35aa9

Browse files
committed
adding opacity to window content
1 parent b520f67 commit 2b35aa9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Milk-WebView/src/lib/elements/desktop/components/vaporwave_window.svelte

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@
164164
border-width: 2px 1px 1px 2px;
165165
border-style: solid;
166166
border-color: #3a3a3a;
167+
opacity: 0.5;
167168
box-shadow: inset 4px 4px 4px rgba(0, 0, 0, 0.25);
168169
169170
/* Inside auto layout */
@@ -172,10 +173,7 @@
172173
flex-grow: 0;
173174
&:hover {
174175
cursor: pointer;
175-
}
176-
177-
&:hover {
178-
border-width: 0px 0px 0px 0px;
176+
opacity: 1;
179177
}
180178
}
181179
}

0 commit comments

Comments
 (0)