- commit
- 4cb1d0a0372faf1586c75f0abe99c8e2f57678f1
- parent
- b7dcfa0af9168ab50ea876f64b2e74f5fe9967fc
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2021-07-31 11:18
improve treeview styling
Diffstat
| M | src/outline.scss | 3 | ++- |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/outline.scss b/src/outline.scss
@@ -73,6 +73,7 @@ $color-tint: #eee; 73 73 74 74 button { 75 75 @extend %button-base; -1 76 box-sizing: content-box; 76 77 77 78 // reset 78 79 height: auto; @@ -94,7 +95,7 @@ $color-tint: #eee; 94 95 } 95 96 96 97 [aria-expanded="true"] > button::after {97 -1 content: "-";-1 98 content: "−"; 98 99 } 99 100 } 100 101 }