Commit 420cd3791c265088d0f441c4ac1b41968d335e0b
Capitalise currentColor to match the spec
In case some browser caresGreg K Nicholson committed on 2/14/2018, 2:51:20 PM
Parent: 7582b8416f6ac380e0add4a8a3be5460f85e3b5d
Files changed
themes/ran/static/style/ran.css | changed |
themes/ran/static/style/ran.css | |||
---|---|---|---|
@@ -233,9 +233,9 @@ | |||
233 | 233 … | ||
234 | 234 … | summary:focus, | |
235 | 235 … | summary:hover { | |
236 | 236 … | outline: 0; | |
237 | - box-shadow: var(--box-shadow-style) currentcolor; | ||
237 … | + box-shadow: var(--box-shadow-style) currentColor; | ||
238 | 238 … | } | |
239 | 239 … | ||
240 | 240 … | summary::before { | |
241 | 241 … | content: "⋮"; | |
@@ -403,9 +403,9 @@ | |||
403 | 403 … | :visited:focus, | |
404 | 404 … | :visited:hover { | |
405 | 405 … | opacity: 1; | |
406 | 406 … | filter: none; | |
407 | - box-shadow: var(--box-shadow-style) currentcolor; | ||
407 … | + box-shadow: var(--box-shadow-style) currentColor; | ||
408 | 408 … | outline: 0; | |
409 | 409 … | } | |
410 | 410 … | ||
411 | 411 … | address { | |
Built with git-ssb-web