mirror of
				https://github.com/Textualize/textual.git
				synced 2025-10-17 02:38:12 +03:00 
			
		
		
		
	colour -> color
This commit is contained in:
		@@ -20,7 +20,7 @@ If not provided, a Textual action link will have `link-background-hover` set to
 | 
			
		||||
 | 
			
		||||
## Example
 | 
			
		||||
 | 
			
		||||
The example below shows some links that have their background colour changed when the mouse moves over it and it shows that there is a default color for `link-background-hover`.
 | 
			
		||||
The example below shows some links that have their background color changed when the mouse moves over it and it shows that there is a default color for `link-background-hover`.
 | 
			
		||||
 | 
			
		||||
It also shows that `link-background-hover` does not affect hyperlinks.
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -20,7 +20,7 @@ If not provided, a Textual action link will have `link-color-hover` set to `whit
 | 
			
		||||
 | 
			
		||||
## Example
 | 
			
		||||
 | 
			
		||||
The example below shows some links that have their colour changed when the mouse moves over it.
 | 
			
		||||
The example below shows some links that have their color changed when the mouse moves over it.
 | 
			
		||||
It also shows that `link-color-hover` does not affect hyperlinks.
 | 
			
		||||
 | 
			
		||||
=== "Output"
 | 
			
		||||
 
 | 
			
		||||
@@ -20,7 +20,7 @@ If not provided, a Textual action link will have `link-style-hover` set to `bold
 | 
			
		||||
 | 
			
		||||
## Example
 | 
			
		||||
 | 
			
		||||
The example below shows some links that have their colour changed when the mouse moves over it.
 | 
			
		||||
The example below shows some links that have their color changed when the mouse moves over it.
 | 
			
		||||
It also shows that `link-style-hover` does not affect hyperlinks.
 | 
			
		||||
 | 
			
		||||
=== "Output"
 | 
			
		||||
 
 | 
			
		||||
@@ -73,7 +73,7 @@ class ToggleButton(Static, can_focus=True):
 | 
			
		||||
        text-style: underline;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /* Base button colours (including in dark mode). */
 | 
			
		||||
    /* Base button colors (including in dark mode). */
 | 
			
		||||
 | 
			
		||||
    ToggleButton > .toggle--button {
 | 
			
		||||
        color: $background;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user