mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Delete section 'Used by'.
This commit is contained in:
@@ -38,24 +38,3 @@ widget.styles.background = Color(16, 200, 45)
|
||||
# ... which can also parse the CSS syntax
|
||||
widget.styles.background = Color.parse("#A8F")
|
||||
```
|
||||
|
||||
## Used by
|
||||
|
||||
- [`background`](../background.md)
|
||||
- [`border`](../border.md)
|
||||
- [`color`](../color.md)
|
||||
- Links:
|
||||
- [`link-color`](../links/link_color.md)
|
||||
- [`link-background`](../links/link_background.md)
|
||||
- [`link-hover-color`](../links/link_hover_color.md)
|
||||
- [`link-hover-background`](../links/link_hover_background.md)
|
||||
- [`outline`](../outline.md)
|
||||
- Scrollbars:
|
||||
- [`scrollbar-color`](../scrollbar_colors/scrollbar_color.md)
|
||||
- [`scrollbar-color-hover`](../scrollbar_colors/scrollbar_color_hover.md)
|
||||
- [`scrollbar-color-active`](../scrollbar_colors/scrollbar_color_active.md)
|
||||
- [`scrollbar-background`](../scrollbar_colors/scrollbar_background.md)
|
||||
- [`scrollbar-background-hover`](../scrollbar_colors/scrollbar_background_hover.md)
|
||||
- [`scrollbar-background-active`](../scrollbar_colors/scrollbar_background_active.md)
|
||||
- [`scrollbar-corner-color`](../scrollbar_colors/scrollbar_corner_color.md)
|
||||
- [`tint`](../tint.md)
|
||||
|
||||
@@ -18,13 +18,3 @@ Widget {
|
||||
```py
|
||||
widget.styles.offset = (-5, 10)
|
||||
```
|
||||
|
||||
## Used by
|
||||
|
||||
- Grids:
|
||||
- [`grid-size`](../grid/grid_size.md)
|
||||
- [`grid-rows`](../grid/grid_rows.md)
|
||||
- [`grid-columns`](../grid/grid_columns.md)
|
||||
- [`margin`](../margin.md)
|
||||
- [`padding`](../padding.md)
|
||||
- [`scrollbar-size`](../scrollbar_size.md)
|
||||
|
||||
@@ -19,9 +19,3 @@ Widget {
|
||||
```py
|
||||
widget.styles.background = "red 70%"
|
||||
```
|
||||
|
||||
## Used by
|
||||
|
||||
- [`background`](../background.md)
|
||||
- [`color`](../color.md)
|
||||
- [`tint`](../tint.md)
|
||||
|
||||
@@ -107,17 +107,3 @@ widget.styles.width = "25vw"
|
||||
widget.styles.width = "75vh"
|
||||
widget.styles.width = "auto"
|
||||
```
|
||||
|
||||
## Used by
|
||||
|
||||
- Grids:
|
||||
- [`grid-rows`](../grid/grid_rows.md)
|
||||
- [`grid-columns`](../grid/grid_columns.md)
|
||||
- [`grid-gutter`](../grid/grid_gutter.md)
|
||||
- [`height`](../height.md)
|
||||
- [`max-height`](../max_height.md)
|
||||
- [`max-width`](../max_width.md)
|
||||
- [`min-height`](../min_height.md)
|
||||
- [`min-width`](../min_width.md)
|
||||
- [`offset`](../offset.md)
|
||||
- [`width`](../width.md)
|
||||
|
||||
@@ -42,10 +42,3 @@ widget.styles.text_style = "strike"
|
||||
widget.styles.text_style = "strike bold italic reverse"
|
||||
widget.styles.text_style = "bold underline italic"
|
||||
```
|
||||
|
||||
## Used by
|
||||
|
||||
- Links:
|
||||
- [`link-style`](../links/link_style.md)
|
||||
- [`link-hover-style`](../links/link_hover_style.md)
|
||||
- [`text-style`](../text_style.md)
|
||||
|
||||
Reference in New Issue
Block a user