mirror of
https://github.com/jenil/chota.git
synced 2023-08-10 21:13:07 +03:00
Fix Deprecation warning in Chrome
This commit is contained in:
parent
eefea2b35e
commit
fa7b19506a
2
dist/chota.css
vendored
2
dist/chota.css
vendored
@ -313,7 +313,7 @@ select {
|
|||||||
background: #f3f3f6 no-repeat 100%;
|
background: #f3f3f6 no-repeat 100%;
|
||||||
background-size: 1ex;
|
background-size: 1ex;
|
||||||
background-origin: content-box;
|
background-origin: content-box;
|
||||||
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='60' height='40' fill='#555'><polygon points='0,0 60,0 30,40'/></svg>");
|
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='60' height='40' fill='%23555'><polygon points='0,0 60,0 30,40'/></svg>");
|
||||||
}
|
}
|
||||||
[type="checkbox"],
|
[type="checkbox"],
|
||||||
[type="radio"] {
|
[type="radio"] {
|
||||||
|
2
dist/chota.min.css
vendored
2
dist/chota.min.css
vendored
File diff suppressed because one or more lines are too long
@ -53,7 +53,7 @@ select {
|
|||||||
background: #f3f3f6 no-repeat 100%;
|
background: #f3f3f6 no-repeat 100%;
|
||||||
background-size: 1ex;
|
background-size: 1ex;
|
||||||
background-origin: content-box;
|
background-origin: content-box;
|
||||||
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='60' height='40' fill='#555'><polygon points='0,0 60,0 30,40'/></svg>");
|
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='60' height='40' fill='%23555'><polygon points='0,0 60,0 30,40'/></svg>");
|
||||||
}
|
}
|
||||||
|
|
||||||
[type="checkbox"],
|
[type="checkbox"],
|
||||||
|
Loading…
Reference in New Issue
Block a user