1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-02-07 19:30:18 +02:00

GH-2212 - Update global link on board (#2492)

This commit is contained in:
Asaad Mahmood 2022-03-08 22:46:44 +05:00 committed by GitHub
parent bca12fd4ce
commit 49df41f9b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 9 deletions

View File

@ -17,7 +17,11 @@
font-size: 14px;
line-height: 14px;
padding: 2px 10px;
color: rgba(var(--center-channel-color-rgb), 0.7);
color: rgba(var(--center-channel-color-rgb), 0.72);
&:hover {
color: rgba(var(--center-channel-color-rgb), 1);
}
}
.HelpIcon {

View File

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