Skip to content

Commit c8d7a79

Browse files
priyank-pakashnimare
authored andcommitted
design: Improve preference design.
1 parent 6e6db42 commit c8d7a79

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/renderer/css/preference.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,13 @@ img.server-info-icon {
263263
margin: 10px 0 20px 0;
264264
background: #fff;
265265
width: 70%;
266+
transition: all 0.2s;
267+
}
268+
269+
.settings-card:hover {
266270
border-left: 8px solid #bcbcbc;
271+
box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),
272+
0 2px 0px 0px rgba(0,0,0,0.12);
267273
}
268274

269275
.hidden {

0 commit comments

Comments
 (0)