Skip to content
Snippets Groups Projects
Commit 58667072 authored by ThibG's avatar ThibG Committed by Eugen Rochko
Browse files

Fix opacity of relationship tags (#10411)

parent 1a7d1f4a
No related branches found
No related tags found
No related merge requests found
......@@ -3064,15 +3064,19 @@ a.status-card.compact:hover {
.relationship-tag {
color: $primary-text-color;
margin-bottom: 4px;
opacity: 0.7;
display: block;
vertical-align: top;
background-color: rgba($base-overlay-background, 0.4);
background-color: $base-overlay-background;
text-transform: uppercase;
font-size: 11px;
font-weight: 500;
padding: 4px;
border-radius: 4px;
opacity: 0.7;
&:hover {
opacity: 1;
}
}
.setting-toggle {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment