forked from Textualize/textual
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TextArea default CSS (Textualize#4074)
* Starting CSS work for TextArea * Remove xfail marker from test * Adding component classes to TextArea, not using them yet * Adding docstring for TextArea new component classes * Passing all component styles to the theme so that they may be applied. * Applying cursor component style * Applying text-area--cursor-line component style * Applying text-area--cursor-gutter component style * Applying gutter cursor style correctly * Default cursor styling * CSS theming of the selection style * default matching bracket theme in text area * Support toggling dark and light mode * Improve the theme on light mode for the cursor * null check * Snapshot for new default "css" theme of TextArea * Hide cursor when TextArea doesnt have focus * Some new docs for TextArea * Add border to TextArea to fit more with Input * Add note on how to remove the focus border effect * Updating snapshots * Updating snapshots * Fixing tests to account for new TextArea border * Fix a typo * Updating CHANGELOG * Update docs/widgets/text_area.md Co-authored-by: Rodrigo Girão Serrão <[email protected]> * Add missing docstring --------- Co-authored-by: Rodrigo Girão Serrão <[email protected]>
- Loading branch information
1 parent
95e0592
commit f017604
Showing
8 changed files
with
1,884 additions
and
1,424 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
Oops, something went wrong.