mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 15:05:50 +00:00
Fix version switcher
This commit is contained in:
parent
b216155972
commit
bf0a4aea46
@ -121,18 +121,19 @@ code {
|
|||||||
color: $gray-800;
|
color: $gray-800;
|
||||||
label {
|
label {
|
||||||
font-size: 0.7rem;
|
font-size: 0.7rem;
|
||||||
margin: 0;
|
margin: 0 0.5rem;
|
||||||
}
|
}
|
||||||
select {
|
select {
|
||||||
appearance: none;
|
appearance: none;
|
||||||
border: 0;
|
border: 0;
|
||||||
color: $gray-800;
|
color: $gray-800;
|
||||||
background: none;
|
background: none;
|
||||||
padding-right: 2rem;
|
padding-right: 2rem;
|
||||||
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
[data-icon] {
|
i {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
margin-left: -2rem;
|
margin-left: -1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user