css: reset links-list styles on linkcell when apply pk-button class (#67858) #352

Merged
tjund merged 1 commits from wip/62721-pk-button-on-linkcell into main 2023-07-20 15:04:34 +02:00
1 changed files with 10 additions and 2 deletions

View File

@ -15,8 +15,16 @@
margin: 0;
height: auto;
}
&.link-cell ul > li > a {
display: block;
&.link-cell.cell {
ul, ul > li {
all: unset;
&::before, &::after {
content: none;
}
}
ul > li > a {
display: block;
}
}
}
.pk-big-button {