Change elevation level selector selected color
This commit is contained in:
parent
99d60421e3
commit
ae21d408d1
@ -490,9 +490,9 @@ input#content-visibility-toggle {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.select-elevation input:checked+label {
|
.select-elevation input:checked+label {
|
||||||
border: 1px solid #666;
|
border: 1px solid orangered;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
background-color: orangered;
|
background-color: orange;
|
||||||
color: white;
|
color: white;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
@ -1,8 +1,3 @@
|
|||||||
// if (window.IS_DEV) {
|
|
||||||
// const source = new EventSource('/esbuild');
|
|
||||||
// source.addEventListener('change', () => location.reload());
|
|
||||||
// }
|
|
||||||
|
|
||||||
const xmlns = 'http://www.w3.org/2000/svg';
|
const xmlns = 'http://www.w3.org/2000/svg';
|
||||||
const svg = document.querySelector('svg');
|
const svg = document.querySelector('svg');
|
||||||
|
|
||||||
@ -274,7 +269,7 @@ const mapsheet1 = {
|
|||||||
{ q: 0, r: 0, s: 0 },
|
{ q: 0, r: 0, s: 0 },
|
||||||
{ left: 3, top: 5, right: 3, bottom: 5 }
|
{ left: 3, top: 5, right: 3, bottom: 5 }
|
||||||
),
|
),
|
||||||
position: ({ q, r, s }) => ({ q: q, r: r, s: s })
|
position: ({ q, r, s }) => ({ q, r, s })
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user