Highlight selected language and model

This commit is contained in:
Misode
2020-06-06 14:24:44 +02:00
parent ca724d3e34
commit a538324556
3 changed files with 43 additions and 26 deletions

View File

@@ -26,6 +26,7 @@ body {
.header-title {
display: flex;
align-items: flex-start;
}
.header-title h2 {
@@ -170,6 +171,11 @@ body {
color: #a5e77a;
}
.btn.selected {
fill: #a5e77a;
color: #a5e77a;
}
.btn svg:not(:last-child) {
margin-right: 5px;
}
@@ -240,4 +246,9 @@ body {
right: 17px;
top: 37px;
}
.nav-selector-menu {
right: 0;
left: initial;
}
}