Commit 53d7a9029d9bad5c79da2b665a4a7ed3acb8e745
fix chrome css problems with identity selector
Dominic Tarr committed on 12/16/2018, 9:22:30 PMParent: f995336677a1bb9a99ab04e87ea59ec6afd2276a
Files changed
static/style.css | changed |
static/style.css | ||
---|---|---|
@@ -97,12 +97,15 @@ | ||
97 | 97 | display: none; |
98 | 98 | list-style: none; |
99 | 99 | } |
100 | 100 | ._menu li { |
101 | + display: block; | |
101 | 102 | position: relative; |
102 | 103 | } |
103 | 104 | |
104 | 105 | ._menu:hover ul { |
106 | + /* in chrome, -4px margin-top is needed. I don't understand why */ | |
107 | + margin-top: -4px; | |
105 | 108 | display: block; |
106 | 109 | } |
107 | 110 | |
108 | 111 | textarea { |
@@ -135,5 +138,4 @@ | ||
135 | 138 | overflow: hidden; |
136 | 139 | |
137 | 140 | } |
138 | 141 | |
139 | - |
Built with git-ssb-web