[scss.dialog] audio 'local' active has same background, only #fff color
This commit is contained in:
parent
5406b38cbd
commit
083c431e9c
|
@ -117,11 +117,6 @@
|
|||
background-color: #36393f;
|
||||
}
|
||||
|
||||
&.active{
|
||||
color: #ddd;
|
||||
background-color: rgba(79,84,92,.6);
|
||||
}
|
||||
|
||||
// {1} Trailing icon //
|
||||
&:before{
|
||||
content: '';
|
||||
|
@ -137,10 +132,19 @@
|
|||
}
|
||||
|
||||
// for 'text'
|
||||
&[data-type='text']:before{ background-image: url('../asset/svg/dialog.text.svg'); }
|
||||
&[data-type='text']{
|
||||
&:before{ background-image: url('../asset/svg/dialog.text.svg'); }
|
||||
&.active{
|
||||
color: #ddd;
|
||||
background-color: rgba(79,84,92,.6);
|
||||
}
|
||||
}
|
||||
|
||||
// for 'voice'
|
||||
&[data-type='voice']:before{ background-image: url('../asset/svg/dialog.voice.svg'); }
|
||||
&[data-type='voice']{
|
||||
&:before{ background-image: url('../asset/svg/dialog.voice.svg'); }
|
||||
&.active{ color: #ddd; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue