UI: ensures toolbar gear button has identic color and height (#12872)

This commit is contained in:
Joffrey JAFFEUX
2021-04-28 16:22:30 +02:00
committed by GitHub
parent 4d21cb4efa
commit aa9a8d1041

View File

@@ -7,6 +7,19 @@
border-radius: 0;
}
.select-kit-header {
height: 32px;
.d-icon {
color: var(--primary-medium);
}
&:hover {
.d-icon {
color: var(--primary-low);
}
}
}
.select-kit-row {
padding: 0.75em 0.5em;
border-bottom: 1px solid rgba(var(--primary-low-rgb), 0.5);