parent
636b267259
commit
352d81e9f7
1 changed files with 2 additions and 1 deletions
|
@ -90,6 +90,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
line-height: #{18 / $base-font-size}rem;
|
||||||
|
|
||||||
.toolbar__project-name-container--editing & {
|
.toolbar__project-name-container--editing & {
|
||||||
display: none;
|
display: none;
|
||||||
|
@ -129,7 +130,7 @@
|
||||||
height: #{18 / $base-font-size}rem;
|
height: #{18 / $base-font-size}rem;
|
||||||
}
|
}
|
||||||
@include themify() {
|
@include themify() {
|
||||||
& path {
|
& path {
|
||||||
fill: getThemifyVariable('inactive-text-color');
|
fill: getThemifyVariable('inactive-text-color');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue