File tree 1 file changed +12
-2
lines changed
1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,16 @@ import { Icon } from 'astro-icon/components';
31
31
margin: 0;
32
32
padding: 0;
33
33
}
34
+
35
+ .feedback-icon:hover {
36
+ transform: scale(1.2);
37
+ color: #5a6672;
38
+ }
39
+
40
+ .feedback-icon:hover {
41
+ transform: scale(1.2);
42
+ color: #000;
43
+ }
34
44
</style >
35
45
36
46
<form class =" feedback-form" >
@@ -39,10 +49,10 @@ import { Icon } from 'astro-icon/components';
39
49
<div class =" feedback-form-buttons" style =" margin-top: 0;" >
40
50
<input type =" hidden" name =" feedback-value" id =" feedback-value" value =" " />
41
51
<button type =" submit" data-value =" good" style =" margin-top: 0.5rem;" >
42
- <Icon name =" mdi:emoticon-happy-outline" width =" 32" height =" 32" />
52
+ <Icon name =" mdi:emoticon-happy-outline" class = " feedback-icon " width =" 32" height =" 32" />
43
53
</button >
44
54
<button type =" submit" data-value =" bad" style =" margin-top: 0.5rem;" >
45
- <Icon name =" mdi:emoticon-sad-outline" width =" 32" height =" 32" />
55
+ <Icon name =" mdi:emoticon-sad-outline" class = " feedback-icon " width =" 32" height =" 32" />
46
56
</button >
47
57
</div >
48
58
<div class =" feedback-note feedback-note--hidden" >
You can’t perform that action at this time.
0 commit comments