Skip to content

Commit

Permalink
Feature/Disabled color variable (#424)
Browse files Browse the repository at this point in the history
* disabled color init

* naming update

* CHANGELOG.md update
  • Loading branch information
petrKavulok authored Jun 5, 2023
1 parent 8fa022f commit 80151df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@

- Implement method, which overload the breadcrumb name with custom name (INDIGO Sprint 230526, [!422](https://github.com/TeskaLabs/asab-webui/pull/422))

- New color variable for disabled text (INDIGO Sprint 230526, [!424](https://github.com/TeskaLabs/asab-webui/pull/424))

### Refactoring

- Refactor naming for `get_current_tenant`, `set_tenants` and `_extract_tenant_from_url` from snake_case to camelCase format (INDIGO Sprint 230203, [!388](https://github.com/TeskaLabs/asab-webui/pull/388))
Expand Down
1 change: 1 addition & 0 deletions src/styles/constants/colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@
--dark-green: #0E6027;
--yellow: #F4B719;
--dark-yellow: #E3B631;
--disabled-gray: #73818f;
}
1 change: 1 addition & 0 deletions src/styles/constants/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ $reversed-text-color: var(--reversed-text-color);
$highlighted-text-color: var(--highlighted-text-color);
$link-color: var(--link-color);
$text-code-highlight: var(--text-code-highlight);
$disabled-text-color: var(--disabled-gray);

$highlighted-font-weight: 500;

Expand Down

0 comments on commit 80151df

Please sign in to comment.