Browse Source

Merge 4e9e3395ad into 47acaa0ce4

pull/6326/merge
Mikhail Kirillov 2 years ago
committed by GitHub
parent
commit
b6d1fa05ad
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions
  1. 8
      src/definitions/elements/list.less

8
src/definitions/elements/list.less

@ -204,8 +204,8 @@ ol.ui.list ol li,
}
/* Linked Item Icons */
.ui.list .list > a.item i.icon,
.ui.list > a.item i.icon {
.ui.list .list > a.item > i.icon,
.ui.list > a.item > i.icon {
color: @itemLinkIconColor;
}
@ -346,8 +346,8 @@ ol.ui.list ol li,
Hover
--------------------*/
.ui.list .list > a.item:hover .icon,
.ui.list > a.item:hover .icon {
.ui.list .list > a.item:hover > .icon,
.ui.list > a.item:hover > .icon {
color: @itemLinkIconHoverColor;
}

Loading…
Cancel
Save