Skip to content

Commit 58343bb

Browse files
committed
Fix glitch on border hovering
Signed-off-by: meenbeese <meenbeese@tutanota.com>
1 parent 8130d8b commit 58343bb

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

sass/main.scss

+4-6
Original file line numberDiff line numberDiff line change
@@ -84,22 +84,20 @@ strong {
8484
align-content: center;
8585
overflow: hidden;
8686
border: 3px solid transparent;
87-
transition: border-color 0.3s ease;
88-
transition-delay: 500ms;
8987
}
9088

9189
.donate_buttons img:hover,
9290
.donate_buttons input[type="image"]:hover {
9391
height: 60px;
9492
width: 60px;
9593
padding: 2px;
96-
scale: 0.88;
9794
background-color: white;
98-
border-radius: 10px;
95+
border: 3px solid transparent;
96+
border-radius: 15px;
9997
align-content: center;
10098
overflow: hidden;
101-
border-color: green;
102-
transition: border-color 750ms ease;
99+
border-color: darkgreen;
100+
transition: border-color 300ms ease;
103101
transition-delay: 0ms;
104102
}
105103

0 commit comments

Comments
 (0)