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:
parent
bca12fd4ce
commit
49df41f9b2
@ -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 {
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user