0
0
mirror of https://github.com/conventional-commits/conventionalcommits.org.git synced 2025-08-22 13:58:35 +00:00

fix: fixing welcome actions last item margin with RTL

This commit is contained in:
Nameer Haider 2024-10-22 21:26:59 +03:00
parent 976547420d
commit 9b75fc46f3

View File

@ -74,10 +74,6 @@
transition: background-color .3s ease, color .3s ease;
min-width: fit-content;
&:last-child {
margin-right: 0;
}
&:hover {
background-color: $welcome-action-color;
color: get-color-accessible-for-background($welcome-action-color)