* add nesting to list styling

* add changeset
This commit is contained in:
sahiljohari 2024-09-25 14:49:48 -07:00 коммит произвёл GitHub
Родитель e0920810af
Коммит 33f3ec642c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 9 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,5 @@
---
'@microsoft/atlas-css': patch
---
The changeset is to fix a style inheritence problem in the list element which ensures that the list style is applied to all the list items.

Просмотреть файл

@ -1,6 +1,10 @@
.list-style-none {
list-style: none !important;
> li {
list-style: none !important;
}
&::marker,
&::-webkit-details-marker {
display: none;