diff --git a/components/UncapStar/index.scss b/components/UncapStar/index.scss
index 144de4c9..4386c5ea 100644
--- a/components/UncapStar/index.scss
+++ b/components/UncapStar/index.scss
@@ -15,21 +15,41 @@
&.empty.ulb,
&.empty.special {
background: url('/icons/uncap/empty.svg');
+
+ &:hover {
+ background: url('/icons/uncap/empty-hover.svg');
+ }
}
&.mlb {
- background: url('/icons/uncap/yellow.svg')
+ background: url('/icons/uncap/yellow.svg');
+
+ &:hover {
+ background: url('/icons/uncap/yellow-hover.svg');
+ }
}
&.special {
- background: url('/icons/uncap/red.svg')
+ background: url('/icons/uncap/red.svg');
+
+ &:hover {
+ background: url('/icons/uncap/red-hover.svg');
+ }
}
&.flb {
- background: url('/icons/uncap/blue.svg')
+ background: url('/icons/uncap/blue.svg');
+
+ &:hover {
+ background: url('/icons/uncap/blue-hover.svg');
+ }
}
&.ulb {
- background: url('/icons/uncap/purple.svg')
+ background: url('/icons/uncap/purple.svg');
+
+ &:hover {
+ background: url('/icons/uncap/purple-hover.svg');
+ }
}
}
\ No newline at end of file
diff --git a/public/icons/uncap/blue-hover.svg b/public/icons/uncap/blue-hover.svg
new file mode 100644
index 00000000..cb846567
--- /dev/null
+++ b/public/icons/uncap/blue-hover.svg
@@ -0,0 +1,44 @@
+
diff --git a/public/icons/uncap/empty-hover.svg b/public/icons/uncap/empty-hover.svg
new file mode 100644
index 00000000..6debb5dd
--- /dev/null
+++ b/public/icons/uncap/empty-hover.svg
@@ -0,0 +1,25 @@
+
diff --git a/public/icons/uncap/purple-hover.svg b/public/icons/uncap/purple-hover.svg
new file mode 100644
index 00000000..b4d08a3e
--- /dev/null
+++ b/public/icons/uncap/purple-hover.svg
@@ -0,0 +1,44 @@
+
diff --git a/public/icons/uncap/red-hover.svg b/public/icons/uncap/red-hover.svg
new file mode 100644
index 00000000..3ed4a968
--- /dev/null
+++ b/public/icons/uncap/red-hover.svg
@@ -0,0 +1,44 @@
+
diff --git a/public/icons/uncap/yellow-hover.svg b/public/icons/uncap/yellow-hover.svg
new file mode 100644
index 00000000..c6a6d5dd
--- /dev/null
+++ b/public/icons/uncap/yellow-hover.svg
@@ -0,0 +1,44 @@
+