mirror of
https://github.com/getredash/redash.git
synced 2026-03-23 04:00:09 -04:00
8 lines
191 B
Plaintext
8 lines
191 B
Plaintext
.permissions-editor-dialog {
|
|
.ant-select-dropdown-menu-item-disabled {
|
|
// make sure .text-muted has the disabled color
|
|
&, .text-muted {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
}
|
|
}
|
|
} |