mirror of
https://github.com/kevin-DL/vue-audio-recorder.git
synced 2026-01-22 23:35:27 +00:00
Add hover effect
This commit is contained in:
@@ -56,6 +56,10 @@
|
||||
&--active {
|
||||
fill: white !important;
|
||||
background-color: #05CBCD !important;
|
||||
|
||||
&:hover {
|
||||
fill: #505050 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,6 +7,10 @@
|
||||
cursor: pointer;
|
||||
transition: .2s;
|
||||
|
||||
&:hover {
|
||||
fill: #505050;
|
||||
}
|
||||
|
||||
&--no-border {
|
||||
border: 0;
|
||||
border-radius: 0;
|
||||
|
||||
Reference in New Issue
Block a user