Fixing styles on product switcher menu (#1783)

This commit is contained in:
Jesús Espino 2021-11-09 21:42:19 +01:00 committed by GitHub
parent 5fe26615f1
commit 23d3ae3584
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,10 +57,6 @@ html {
text-decoration: none;
color: var(--link-color-rgb);
&:visited {
color: var(--link-visited-color-rgb);
}
&:hover {
background-color: rgba(192, 192, 255, 0.2);
}
@ -76,6 +72,10 @@ html {
}
#focalboard-app {
a:visited {
color: var(--link-visited-color-rgb);
}
button {
&.style--none {
background: transparent;