Skip to content
Snippets Groups Projects
Commit 3df7c197 authored by HJ's avatar HJ :fire:
Browse files

fixes

parent 33b1d859
No related branches found
No related tags found
No related merge requests found
......@@ -132,7 +132,7 @@ input, textarea, select {
}
}
i[class^=icon-] {
i[class*=icon-] {
color: $fallback--icon;
color: var(--icon, $fallback--icon)
}
......
......@@ -149,7 +149,7 @@
line-height:16px;
resize: none;
overflow: hidden;
transition: min-height 200ms;
transition: min-height 200ms 100ms;
min-height: 1px;
box-sizing: content-box;
}
......
......@@ -228,6 +228,12 @@ status-text-container {
min-height: 1.4em;
margin-bottom: 0.3em;
.links a i {
color: $fallback--link;
color: var(--link, $fallback--link);
}
small {
font-weight: lighter;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment