mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Reorder CSS rule by relevance.
This commit is contained in:
@@ -11,8 +11,8 @@ Static {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#box1 {
|
#box1 {
|
||||||
background: darkcyan;
|
|
||||||
layer: above;
|
layer: above;
|
||||||
|
background: darkcyan;
|
||||||
}
|
}
|
||||||
|
|
||||||
#box2 {
|
#box2 {
|
||||||
|
|||||||
@@ -503,7 +503,7 @@ However, in this case, both `#box1` and `#box2` are assigned to layers which def
|
|||||||
|
|
||||||
=== "layers.css"
|
=== "layers.css"
|
||||||
|
|
||||||
```sass hl_lines="3 15 19"
|
```sass hl_lines="3 14 19"
|
||||||
--8<-- "docs/examples/guide/layout/layers.css"
|
--8<-- "docs/examples/guide/layout/layers.css"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user