list-style of none on .settings__buttons instead of <ul>
This commit is contained in:
parent
b117df3f4f
commit
75b02e2393
1 changed files with 1 additions and 2 deletions
|
@ -71,8 +71,6 @@ textarea {
|
|||
font: inherit;
|
||||
}
|
||||
|
||||
ul { list-style: none; }
|
||||
|
||||
::placeholder { color: hsl(var(--color-3)); }
|
||||
|
||||
.sr-only {
|
||||
|
@ -132,6 +130,7 @@ body {
|
|||
|
||||
.settings__buttons {
|
||||
width: 100%;
|
||||
list-style: none;
|
||||
transition: right cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.3s;
|
||||
|
||||
position: relative;
|
||||
|
|
Loading…
Reference in a new issue