mirror of
https://github.com/umap-project/umap.git
synced 2025-04-29 03:42:37 +02:00
Merge pull request #1914 from umap-project/1912-native-radio-inputs
fix: remove custom styles for radio inputs
This commit is contained in:
commit
41abbc90d0
1 changed files with 0 additions and 22 deletions
|
@ -200,28 +200,6 @@ input[type=checkbox]:checked:after {
|
|||
content: '✓';
|
||||
color: var(--color-darkGray);
|
||||
}
|
||||
label input[type="radio"] {
|
||||
appearance: none;
|
||||
margin-right: 10px;
|
||||
background: var(--color-darkGray);
|
||||
}
|
||||
input[type="radio"]:after {
|
||||
display: inline-block;
|
||||
content: '⦾';
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
border-radius: 50%;
|
||||
cursor: pointer;
|
||||
text-align: center;
|
||||
vertical-align: bottom;
|
||||
font-size: 1.2rem;
|
||||
line-height: 0.7;
|
||||
}
|
||||
label input[type="radio"]:checked:after {
|
||||
background-color: var(--color-lightCyan);
|
||||
color: var(--color-darkGray);
|
||||
content: '⦿';
|
||||
}
|
||||
|
||||
input[data-modified=true] {
|
||||
background-color: var(--color-lightCyan);
|
||||
|
|
Loading…
Reference in a new issue