docs: cure easings example being possessed

pull/9114/head
gtmnayan 3 years ago
parent d2ed2ca329
commit 3ed32dad03

@ -68,6 +68,10 @@
</div>
<style>
:root {
scrollbar-gutter: stable;
}
.easing-vis {
display: flex;
max-height: 95%;

@ -74,18 +74,15 @@
ul {
list-style: none;
padding: 0;
display: flex;
flex-direction: column;
display: grid;
grid-template-columns: 1fr;
gap: 3px;
align-items: flex-start;
font-size: 18px;
}
li {
padding: 5px 10px;
background: #eee;
border-radius: 2px;
margin: 3px 0;
cursor: pointer;
display: grid;
}
li:hover {
@ -93,7 +90,13 @@
color: white;
}
.selected {
button {
border: none;
border-radius: 2px;
padding: 2px;
}
.selected > button {
background: #ff3e00;
color: white;
}

Loading…
Cancel
Save