blob: c68e9cfb533e2e0cf7a812c53530711b8393bc4d (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/src/stylesheet/widgets/_trees.scss b/src/stylesheet/widgets/_trees.scss
index 8b137968..a067bd4a 100644
--- a/src/stylesheet/widgets/_trees.scss
+++ b/src/stylesheet/widgets/_trees.scss
@@ -73,7 +73,6 @@ treeview.view {
padding-bottom: 3px;
border-radius: 0;
box-shadow: none;
- line-height: 100%;
> box {
color: gtkalpha(currentColor, if($contrast == 'high', .6, .4));
|