Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(Checkbox/Input and Radio/Input): CSS clip property deprecated #27

Merged
merged 7 commits into from
Apr 23, 2018

Conversation

srinivasdamam
Copy link
Contributor

@srinivasdamam srinivasdamam commented Apr 16, 2018

CSS clip property is deprecated. mdn link

At present we are using clip property like this.

clip: rect(0,0,0,0)

clip-path is used along with clip

#25

…stead of clip property

CSS clip property is deprecated. To acheive the same what clip is doesat present I have set
visibilty as hidden

treebohotels#25
@kamleshchandnani
Copy link
Contributor

kamleshchandnani commented Apr 16, 2018

Deploy preview for leaf-ui ready!

Built with commit 87ffa79

https://deploy-preview-27--leaf-ui.netlify.com

Merge treebohotels/leaf-ui/master to srinivasdamam/leaf-ui/master
@whilelucky
Copy link
Contributor

This PR looks good, however conflicts with the current master branch is preventing the merge, would you mind looking into it?

@srinivasdamam
Copy link
Contributor Author

Resolved conflicts.

@whilelucky whilelucky merged commit 8d5411a into treebohotels:master Apr 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants