EZQMS-435 Hide text editor border (#4178)

Signed-off-by: Alexander Onnikov <alexander.onnikov@xored.com>
This commit is contained in:
Alexander Onnikov 2023-12-12 13:16:56 +07:00 committed by GitHub
parent c804d88b3f
commit faf88e0836
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -270,12 +270,8 @@
&.focusable {
border: 0.0625rem solid transparent;
border-radius: 0.375rem;
margin: -0.25rem -0.5rem;
padding: 0.25rem 0.5rem;
&:focus-within {
border-color: var(--primary-edit-border-color);
}
margin: -0.25rem -1.25rem;
padding: 0.25rem 1.25rem;
}
}
</style>