Skip to content

Commit 5304510

Browse files
committed
style(metabox): fix create new button styling
Remove underline and add proper color to the create new translation button in the metabox.
1 parent 59834c7 commit 5304510

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

assets/css/msls.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/msls.less

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@ select.msls-translations {
2424
input.msls_title, select {
2525
flex-grow: 1;
2626
}
27+
.msls-create-new {
28+
text-decoration: none;
29+
margin-left: 4px;
30+
color: #2271b1;
31+
&:hover {
32+
color: #135e96;
33+
}
34+
}
2735
}
2836
}
2937
}

0 commit comments

Comments
 (0)