@@ -256,8 +256,10 @@ ul.pagination {
.grw-pagetree {
.grw-pagetree-item {
.grw-triangle-icon {
- svg {
- fill: $gray-500;
+ &:not(:hover) {
+ svg {
+ fill: $gray-500;
+ }
}
&:hover {
@@ -173,8 +173,10 @@ $border-color: $border-color-global;
- fill: $gray-400;
+ fill: $gray-400;