811131518e
* initial work on permissions * search dropdown permissions * permissions tab * added empty state * added new permssion detail route * added detail screen * fixed load * added decision strategy * added tests * fixed class name and identeded the expandable table row
5 lines
205 B
CSS
5 lines
205 B
CSS
.pf-c-button.keycloak__permissions__empty_state {
|
|
color: var(--pf-c-button--disabled--Color);
|
|
background-color: var(--pf-c-button--disabled--BackgroundColor);
|
|
--pf-c-button--after--BorderWidth: 0;
|
|
}
|