Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

$MD_THEME_CSS constant contains invalid css property #2432

Closed
asans opened this issue Apr 20, 2015 · 0 comments
Closed

$MD_THEME_CSS constant contains invalid css property #2432

asans opened this issue Apr 20, 2015 · 0 comments
Assignees

Comments

@asans
Copy link

asans commented Apr 20, 2015

This affects v0.9.0-rc1-master-aff50d5 (and probably all master versions).

Search for 'transparent'.

background-color css property value should not include single ticks. Instead of

background-color: 'transparent';

it should be:

background-color: transparent;

It's not really affecting styling since a previous setting of rgba(0,0,0,0) already makes the default color transparent. However, in case this becomes an issue, it might as well be addressed now.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants