Delete section 'Used by'.

This commit is contained in:
Rodrigo Girão Serrão
2022-12-21 18:12:10 +00:00
parent c973fb4cba
commit 3953eb742c
5 changed files with 0 additions and 58 deletions

View File

@@ -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)

View File

@@ -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)

View File

@@ -19,9 +19,3 @@ Widget {
```py
widget.styles.background = "red 70%"
```
## Used by
- [`background`](../background.md)
- [`color`](../color.md)
- [`tint`](../tint.md)

View File

@@ -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)

View File

@@ -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)