fix: optimize toast
This commit is contained in:
parent
8ee5ac198e
commit
359b19517d
1 changed files with 4 additions and 4 deletions
|
@ -5,12 +5,8 @@
|
|||
a, a:visited {
|
||||
color: getTextColorFromBackground($background-color);
|
||||
background-color: accentuate($background-color);
|
||||
text-decoration:none;
|
||||
opacity:1;
|
||||
&:hover, &:active, &:visited {
|
||||
color: getTextColorFromBackground($background-color);
|
||||
background-color:transparent;
|
||||
opacity:1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -25,5 +21,9 @@
|
|||
|
||||
a {
|
||||
margin:0;
|
||||
opacity:1;
|
||||
&:hover, &:active, &:visited {
|
||||
background-color:transparent;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue