| 1234567891011121314151617181920 |
- @use '@growi/ui/scss/molecules/page_list';
- .page-list :global {
- .page-list-li {
- line-height: inherit;
- }
- .page-list-ul > li > div > a {
- padding: 0px;
- color: inherit;
- &:not(:hover) {
- text-decoration: none;
- }
- &:hover {
- color: inherit;
- }
- }
- }
|