UI: ensures toolbar gear button has identic color and height (#12872)
This commit is contained in:
parent
4d21cb4efa
commit
aa9a8d1041
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue