More actions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
transition: 100ms; |
transition: 100ms; |
||
background-color: var( --color-surface-1 ); |
background-color: var( --color-surface-1 ); |
||
⚫ | |||
margin-right: 0.125em; |
|||
} |
} |
||
Line 26: | Line 28: | ||
color: inherit; |
color: inherit; |
||
user-select: none; |
user-select: none; |
||
} |
|||
.tag-container + .tag-container { |
|||
⚫ | |||
} |
} |
Revision as of 19:57, 26 December 2024
.tag-container {
user-select: none;
border: 1px solid var( --border-color-base );
border-radius: var( --border-radius--small );
padding-left: 0.25em;
padding-right: 0.25em;
transition: 100ms;
background-color: var( --color-surface-1 );
margin-left: 0.125em;
margin-right: 0.125em;
}
.tag-container:hover {
color: var( --color-emphasized );
box-shadow: var( --box-shadow-card );
}
.tag-symbol {
padding-right: 0.25em;
border-right: 1px solid var( --border-color-base );
margin-right: 0.25em;
}
.tag-container a,
.tag-symbol a,
.tag-text a {
text-decoration: none;
color: inherit;
user-select: none;
}