fix(url-parser): cleaned weird margins on dark mode

This commit is contained in:
Corentin Thomasset 2022-04-19 00:23:28 +02:00
parent eb2755c8ae
commit 005ebfba31
No known key found for this signature in database
GPG key ID: DBD997E935996158

View file

@ -97,22 +97,6 @@ const properties: {title: string, key: keyof URL}[] = [
text-align: right;
}
.n-input-group {
&:not(:first-child) > * {
::v-deep(.n-input__border), ::v-deep(.n-input-group-label__border) {
border-radius: 0;
border-top: none;
}
}
&:first-child > * {
::v-deep(.n-input__border), ::v-deep(.n-input-group-label__border) {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
}
margin: 2px 0;
}
</style>