Update button shape on focus.
This commit is contained in:
parent
7b616d2f5d
commit
a09e86abf5
1 changed files with 3 additions and 0 deletions
|
|
@ -243,6 +243,9 @@ export default {
|
|||
&.list-card {
|
||||
height: auto;
|
||||
border-radius: 50rem;
|
||||
input[type="radio"]:checked + .list-card-content {
|
||||
border-radius: 50rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
.two-list-card-width {
|
||||
|
|
|
|||
Loading…
Reference in a new issue