mirror of
https://github.com/umap-project/umap.git
synced 2025-04-29 11:52:38 +02:00
wip: re-center radio and checkbox inputs
This commit is contained in:
parent
4ed7c45086
commit
6f0d42d817
1 changed files with 5 additions and 3 deletions
|
@ -192,12 +192,13 @@ input[type="checkbox"]:after {
|
|||
border: 1px solid var(--color-lightGray);
|
||||
cursor: pointer;
|
||||
text-align: center;
|
||||
font-size: 1.3rem;
|
||||
line-height: 1rem;
|
||||
font-size: 1rem;
|
||||
line-height: 0.8rem;
|
||||
}
|
||||
input[type=checkbox]:checked:after {
|
||||
background-color: var(--color-lightCyan);
|
||||
content: '✓';
|
||||
color: var(--color-darkGray);
|
||||
}
|
||||
label input[type="radio"] {
|
||||
appearance: none;
|
||||
|
@ -220,8 +221,9 @@ label input[type="radio"]:checked:after {
|
|||
background-color: var(--color-lightCyan);
|
||||
content: '•';
|
||||
font-size: 3rem;
|
||||
line-height: 1.1rem;
|
||||
line-height: 0.8rem;
|
||||
color: var(--color-darkGray);
|
||||
text-indent: -1px;
|
||||
}
|
||||
|
||||
input[data-modified=true] {
|
||||
|
|
Loading…
Reference in a new issue