forked from opendatahub-io/odh-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix unnecessary redraws, add watch for enablement of ISVs
- Loading branch information
1 parent
131c4ae
commit a39e96b
Showing
12 changed files
with
430 additions
and
166 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
.odh-enable-modal { | ||
&__progress-title { | ||
display: flex; | ||
align-items: center; | ||
> svg { | ||
margin-right: var(--pf-global--spacer--sm); | ||
} | ||
} | ||
.pf-c-alert.m-no-alert-icon { | ||
.pf-c-alert__icon { | ||
display: none; | ||
} | ||
} | ||
&__variable-input { | ||
max-width: calc(400px - var(--pf-global--spacer--md)); | ||
margin-right: var(--pf-global--spacer--xl); | ||
} | ||
&__toggle-password-vis { | ||
border: 1px solid var(--pf-global--BorderColor--300); | ||
border-radius: 0; | ||
color: var(--pf-global--Color--200) !important; | ||
padding: 6px var(--pf-global--spacer--sm) 5px; | ||
position: relative; | ||
right: 33px; | ||
} | ||
} |
Oops, something went wrong.