fixes
This commit is contained in:
parent
33b1d85921
commit
3df7c1977f
3 changed files with 8 additions and 2 deletions
|
@ -132,7 +132,7 @@ input, textarea, select {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
i[class^=icon-] {
|
i[class*=icon-] {
|
||||||
color: $fallback--icon;
|
color: $fallback--icon;
|
||||||
color: var(--icon, $fallback--icon)
|
color: var(--icon, $fallback--icon)
|
||||||
}
|
}
|
||||||
|
|
|
@ -149,7 +149,7 @@
|
||||||
line-height:16px;
|
line-height:16px;
|
||||||
resize: none;
|
resize: none;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
transition: min-height 200ms;
|
transition: min-height 200ms 100ms;
|
||||||
min-height: 1px;
|
min-height: 1px;
|
||||||
box-sizing: content-box;
|
box-sizing: content-box;
|
||||||
}
|
}
|
||||||
|
|
|
@ -228,6 +228,12 @@ status-text-container {
|
||||||
min-height: 1.4em;
|
min-height: 1.4em;
|
||||||
margin-bottom: 0.3em;
|
margin-bottom: 0.3em;
|
||||||
|
|
||||||
|
.links a i {
|
||||||
|
color: $fallback--link;
|
||||||
|
color: var(--link, $fallback--link);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
small {
|
small {
|
||||||
font-weight: lighter;
|
font-weight: lighter;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue