Skip to content

Commit

Permalink
clean up css
Browse files Browse the repository at this point in the history
  • Loading branch information
jenny-s51 committed Mar 8, 2024
1 parent 2664cfb commit 3028484
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions packages/module/src/css/topology-pipelines.css
Original file line number Diff line number Diff line change
Expand Up @@ -616,10 +616,6 @@
fill: var(--pf-topology-pipelines__node__label__background--fill);
}

/* .pf-topology-pipelines__group.pf-m-selected .pf-topology-pipelines__node__label__background {
fill: var(--pf-topology-pipelines__node__label__background--m-selected--fill);
} */

.pf-topology-pipelines__group-inner.pf-m-selected .pf-topology__group__background {
--pf-topology__group__background--Fill: var(--pf-topology__group--m-selected--topology__group__background--Fill);
--pf-topology__group__background--Stroke: var(--pf-topology__group--m-selected--topology__group__background--Stroke);
Expand All @@ -637,35 +633,31 @@
}

.pf-topology__node__action-icon {
fill: white;
fill: var(--pf-v5-global--Color--light-100);;
stroke: var(--pf-v5-global--active-color--100)
}

.action-icon-expanded svg {
fill: white;
fill: var(--pf-v5-global--Color--light-100);
}

rect.pf-topology-pipelines__node__label__background.pf-m-selected + text {
fill: white;
fill: var(--pf-v5-global--Color--light-100);
}

.pf-topology-pipelines__group.pf-m-selected .pf-topology-pipelines__node__label__background {
fill: var(--pf-v5-global--active-color--100);
}

.pf-topology-pipelines__group.pf-m-selected .pf-topology-pipelines__node__label__background + text {
fill: white;
fill: var(--pf-v5-global--Color--light-100);
}

.pf-topology-pipelines__group.pf-m-selected pf-topology-pipelines__group__label text {
fill: white;
fill: var(--pf-v5-global--Color--light-100);
}

.pf-topology-pipelines__group.pf-m-selected .pf-topology-pipelines__group__background {
--pf-topology__group__background--Fill: var(--pf-topology__group--m-selected--topology__group__background--Fill);
--pf-topology__group__background--Stroke: var(--pf-topology__group--m-selected--topology__group__background--Stroke);
}

/* .pf-topology-pipelines__group.pf-m-selected text {
fill: white;
} */

0 comments on commit 3028484

Please sign in to comment.