Lower the opacity of microphone icon
This commit is contained in:
parent
21f36ba299
commit
444be7ddc3
@ -102,21 +102,3 @@ const sidebar-spacing-y = 0.7rem
|
|||||||
background badge-important-hover-bg-color
|
background badge-important-hover-bg-color
|
||||||
color badge-important-text-color
|
color badge-important-text-color
|
||||||
text-shadow none
|
text-shadow none
|
||||||
|
|
||||||
// Microphone icon
|
|
||||||
.speech-input
|
|
||||||
display none
|
|
||||||
opacity 0
|
|
||||||
default-transition
|
|
||||||
|
|
||||||
:hover
|
|
||||||
cursor pointer
|
|
||||||
opacity 1
|
|
||||||
|
|
||||||
.speech-input-available
|
|
||||||
display block
|
|
||||||
opacity 0.5
|
|
||||||
|
|
||||||
.speech-listening
|
|
||||||
color link-hover-color
|
|
||||||
opacity 1
|
|
||||||
|
@ -11,4 +11,22 @@
|
|||||||
|
|
||||||
:focus
|
:focus
|
||||||
color link-color
|
color link-color
|
||||||
opacity 1.0
|
opacity 1.0
|
||||||
|
|
||||||
|
// Microphone icon
|
||||||
|
.speech-input
|
||||||
|
display none
|
||||||
|
opacity 0
|
||||||
|
default-transition
|
||||||
|
|
||||||
|
:hover
|
||||||
|
cursor pointer
|
||||||
|
opacity 1
|
||||||
|
|
||||||
|
.speech-input-available
|
||||||
|
display block
|
||||||
|
opacity 0.25
|
||||||
|
|
||||||
|
.speech-listening
|
||||||
|
color link-hover-color
|
||||||
|
opacity 1
|
Loading…
Reference in New Issue
Block a user