Skip to content

Commit

Permalink
Merge pull request #628 from contember/pr/disabled-button-contrast
Browse files Browse the repository at this point in the history
Dim disabled primary/inverse buttons contrast
  • Loading branch information
attitude authored Sep 14, 2023
2 parents e54ec91 + 435f52e commit 0c30ca6
Show file tree
Hide file tree
Showing 159 changed files with 6 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 6 additions & 2 deletions packages/ui/src/components/Forms/Button/Button.css
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,12 @@
----background-color-opacity--highlighted: 1;
----background-color-opacity--pressed: 1;
----background-color-opacity: 1;
----background-color-rgb--disabled: var(--cui-background-color--content-inverse-rgb-100);
----background-color-rgb--disabled: var(--cui-background-color--toned-rgb-50);
----background-color-rgb--pressed: var(--cui-background-color--controls-inverse-rgb-50);
----background-color-rgb--highlighted: var(--cui-background-color--controls-inverse-rgb-25);
----background-color-rgb: var(--cui-background-color--content-inverse-rgb-0);
----border-color-opacity--disabled: 0;
----border-color-rgb--disabled: var(--cui-background-color--toned-rgb-50);
----border-color-rgb: var(----background-color-rgb);
----color-rgb--pressed: var(--cui-color--controls-inverse-rgb-50);
----color-rgb--highlighted: var(--cui-color--controls-inverse-rgb-25);
Expand All @@ -209,10 +211,12 @@
----background-color-opacity--highlighted: 1;
----background-color-opacity--pressed: 1;
----background-color-opacity: 1;
----background-color-rgb--disabled: var(--cui-background-color--content-rgb-100);
----background-color-rgb--disabled: var(--cui-background-color--toned-rgb-50);
----background-color-rgb--highlighted: var(--cui-background-color--controls-rgb-100);
----background-color-rgb--pressed: var(--cui-background-color--controls-rgb-25);
----background-color-rgb: var(--cui-background-color--content-rgb-25);
----border-color-opacity--disabled: 0;
----border-color-rgb--disabled: var(--cui-background-color--toned-rgb-50);
----border-color-rgb--highlighted: var(--cui-background-color--controls-rgb-100);
----border-color-rgb--pressed: var(--cui-background-color--controls-rgb-0);
----border-color-rgb: var(----background-color-rgb);
Expand Down

0 comments on commit 0c30ca6

Please sign in to comment.