Lower the opacity of microphone icon

This commit is contained in:
2018-04-20 20:28:40 +02:00
parent 21f36ba299
commit 444be7ddc3
2 changed files with 19 additions and 19 deletions

View File

@ -11,4 +11,22 @@
:focus
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