Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix translations interface divider's margin top #11469

Merged
merged 1 commit into from
Feb 16, 2022

Conversation

azrikahar
Copy link
Contributor

Context

Prompted by #8811 (comment), where the divider at the end of translations interface seemingly doesn't have margin top anymore:

chrome_3ClVRjX6ow

Apparently the margin top was being overridden by the following style which was added when #8467 was merged fairly recently:

.v-form .first-visible-field :deep(.v-divider) {
margin-top: 0;
}

Solution

Increased the specificity from .translations .v-divider to .translations .primary .v-divider (and .secondary respectively) so that it will not get overridden now:

chrome_Zify0piDbZ

@azrikahar azrikahar mentioned this pull request Feb 7, 2022
3 tasks
@azrikahar azrikahar self-assigned this Feb 7, 2022
@rijkvanzanten rijkvanzanten added this to the v9-next milestone Feb 16, 2022
@rijkvanzanten rijkvanzanten merged commit 2652fe2 into main Feb 16, 2022
@rijkvanzanten rijkvanzanten deleted the fix/translations-divider branch February 16, 2022 14:31
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants