mirror of
https://github.com/penpot/penpot.git
synced 2025-06-11 11:31:38 +02:00
🐛 Fix icon color for Give Feedback in Your Account sidebar
This commit is contained in:
parent
5ea414aed6
commit
5c2bdfcefe
1 changed files with 5 additions and 6 deletions
|
@ -49,6 +49,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
padding: $s-8 $s-8 $s-8 $s-24;
|
padding: $s-8 $s-8 $s-8 $s-24;
|
||||||
|
color: $df-secondary;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
font-weight: $fw400;
|
font-weight: $fw400;
|
||||||
|
@ -59,14 +60,13 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
fill: $db-secondary;
|
fill: currentColor;
|
||||||
margin-right: $s-8;
|
margin-right: $s-8;
|
||||||
height: $s-12;
|
height: $s-12;
|
||||||
width: $s-12;
|
width: $s-12;
|
||||||
}
|
}
|
||||||
|
|
||||||
span {
|
span {
|
||||||
color: $df-secondary;
|
|
||||||
font-size: $fs-14;
|
font-size: $fs-14;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
@ -119,12 +119,11 @@
|
||||||
|
|
||||||
&.current {
|
&.current {
|
||||||
background-color: $db-cuaternary;
|
background-color: $db-cuaternary;
|
||||||
|
color: $da-primary;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
font-weight: $fw400;
|
font-weight: $fw400;
|
||||||
color: $da-primary;
|
color: currentColor;
|
||||||
}
|
|
||||||
span {
|
|
||||||
color: $da-primary;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue