Small CSS Updates (#3615)

* badge changes

* fix branches dragging
This commit is contained in:
Pavel Laptev 2024-04-26 13:45:35 +02:00 committed by GitHub
parent 847f820922
commit 720dbfc875
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 10 deletions

View File

@ -5,7 +5,7 @@
export let help = '';
</script>
<div class="badge text-base-10 text-semibold" use:tooltip={help}>
<div class="badge text-base-9 text-semibold" use:tooltip={help}>
{count}
</div>
@ -15,12 +15,12 @@
align-items: center;
justify-content: center;
text-align: center;
height: var(--size-16);
min-width: var(--size-16);
border-radius: var(--size-16);
height: var(--size-14);
min-width: var(--size-14);
border-radius: var(--size-14);
padding: 0 var(--size-4);
color: var(--clr-scale-ntrl-100);
background-color: var(--clr-scale-ntrl-50);
background-color: var(--clr-scale-ntrl-40);
line-height: 90%;
}
</style>

View File

@ -102,7 +102,7 @@
}
.row_1 {
display: flex;
gap: var(--size-6);
gap: var(--size-4);
align-items: center;
color: var(--clr-scale-ntrl-10);
}

View File

@ -61,11 +61,9 @@
border: 1px solid transparent;
}
.branch-name-mesure-el {
pointer-events: auto;
pointer-events: none;
visibility: hidden;
border: 2px solid transparent;
top: -9999px;
left: -9999px;
color: black;
position: fixed;
display: inline-block;

View File

@ -44,7 +44,7 @@
opacity: 0.5;
}
.success.setup-feature {
background: var(--clr-theme-pop-bg, #f3fcfb);
background: var(--clr-theme-pop-bg);
}
.setup-feature__content {