mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-05 15:33:09 +02:00
fix: remote warning being transparent
This commit is contained in:
parent
97df169ebe
commit
42895ab326
2 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,6 @@ const props = defineProps<{
|
|||
&.warn {
|
||||
background: var(--infoWarnBg);
|
||||
color: var(--infoWarnFg);
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -23,6 +23,7 @@ defineProps<{
|
|||
color: var(--infoWarnFg);
|
||||
border-radius: var(--radius);
|
||||
overflow: clip;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.link {
|
||||
|
|
Loading…
Reference in a new issue