[PR #611] [MERGED] fix(core-theming): CB-1458 form controls styles cleanup #1816

Closed
opened 2026-03-07 21:05:50 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dbeaver/cloudbeaver/pull/611
Author: @devnaumov
Created: 12/29/2021
Status: Merged
Merged: 1/10/2022
Merged by: @Wroud

Base: develHead: fix/theme-blocks


📝 Commits (4)

  • b6d7424 fix(core-theming): CB-1458 form controls styles cleanup
  • 77c2c75 fix(core-theming): CB-1458 inherit font size
  • c29bb6f fix(core-theming): CB-1458 inehrit font-size automatically
  • 62eafd5 fix(core-theming): CB-1458 move font styles to baseFormControlStyles

📊 Changes

13 files changed (+47 additions, -76 deletions)

View changed files

📝 webapp/packages/core-app/src/shared/InlineEditor/InlineEditor.tsx (+1 -2)
📝 webapp/packages/core-app/src/shared/InlineEditor/styles.ts (+5 -9)
📝 webapp/packages/core-blocks/src/FormControls/Combobox.tsx (+0 -1)
📝 webapp/packages/core-blocks/src/FormControls/InputField.tsx (+0 -1)
📝 webapp/packages/core-blocks/src/FormControls/Textarea.tsx (+1 -2)
📝 webapp/packages/core-blocks/src/FormControls/baseFormControlStyles.ts (+4 -0)
📝 webapp/packages/core-blocks/src/ItemList/styles.ts (+5 -4)
📝 webapp/packages/core-notifications/src/NotificationsItem/ErrorDetailsDialog/ErrorDetailsDialog.tsx (+3 -3)
📝 webapp/packages/core-notifications/src/NotificationsItem/ErrorDetailsDialog/styles.ts (+1 -3)
📝 webapp/packages/core-theming/src/styles/_form-controls.scss (+11 -44)
📝 webapp/packages/core-theming/src/styles/_theme-dark.scss (+10 -7)
📝 webapp/packages/core-theming/src/styles/_theme-light.scss (+3 -0)
📝 webapp/packages/core-theming/src/styles/_variables.scss (+3 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dbeaver/cloudbeaver/pull/611 **Author:** [@devnaumov](https://github.com/devnaumov) **Created:** 12/29/2021 **Status:** ✅ Merged **Merged:** 1/10/2022 **Merged by:** [@Wroud](https://github.com/Wroud) **Base:** `devel` ← **Head:** `fix/theme-blocks` --- ### 📝 Commits (4) - [`b6d7424`](https://github.com/dbeaver/cloudbeaver/commit/b6d7424042678a9eede5dd11e3adf43e203cfbab) fix(core-theming): CB-1458 form controls styles cleanup - [`77c2c75`](https://github.com/dbeaver/cloudbeaver/commit/77c2c75aad9b06be29d06623b281982d71ce2cd6) fix(core-theming): CB-1458 inherit font size - [`c29bb6f`](https://github.com/dbeaver/cloudbeaver/commit/c29bb6f2e899c0efa94be48ee57ed3150ca4efd9) fix(core-theming): CB-1458 inehrit font-size automatically - [`62eafd5`](https://github.com/dbeaver/cloudbeaver/commit/62eafd580fd346610a6f78b315dcea84a8118aab) fix(core-theming): CB-1458 move font styles to baseFormControlStyles ### 📊 Changes **13 files changed** (+47 additions, -76 deletions) <details> <summary>View changed files</summary> 📝 `webapp/packages/core-app/src/shared/InlineEditor/InlineEditor.tsx` (+1 -2) 📝 `webapp/packages/core-app/src/shared/InlineEditor/styles.ts` (+5 -9) 📝 `webapp/packages/core-blocks/src/FormControls/Combobox.tsx` (+0 -1) 📝 `webapp/packages/core-blocks/src/FormControls/InputField.tsx` (+0 -1) 📝 `webapp/packages/core-blocks/src/FormControls/Textarea.tsx` (+1 -2) 📝 `webapp/packages/core-blocks/src/FormControls/baseFormControlStyles.ts` (+4 -0) 📝 `webapp/packages/core-blocks/src/ItemList/styles.ts` (+5 -4) 📝 `webapp/packages/core-notifications/src/NotificationsItem/ErrorDetailsDialog/ErrorDetailsDialog.tsx` (+3 -3) 📝 `webapp/packages/core-notifications/src/NotificationsItem/ErrorDetailsDialog/styles.ts` (+1 -3) 📝 `webapp/packages/core-theming/src/styles/_form-controls.scss` (+11 -44) 📝 `webapp/packages/core-theming/src/styles/_theme-dark.scss` (+10 -7) 📝 `webapp/packages/core-theming/src/styles/_theme-light.scss` (+3 -0) 📝 `webapp/packages/core-theming/src/styles/_variables.scss` (+3 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-07 21:05:50 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloudbeaver#1816
No description provided.