mirror of
https://github.com/chase-manning/pokemon-js.git
synced 2025-10-08 22:00:17 +00:00
🐛 fix blue box on click of elements
This commit is contained in:
parent
35992f9462
commit
ac232fd853
2 changed files with 11 additions and 0 deletions
10
.firebase/hosting.YnVpbGQ.cache
Normal file
10
.firebase/hosting.YnVpbGQ.cache
Normal file
|
@ -0,0 +1,10 @@
|
|||
asset-manifest.json,1693897671053,6c3ca264e45f9a951611b071aec8c1cc44f1fedc0bbd95fc4a4c42ce3a89df78
|
||||
favicon.ico,1693897668547,c81fe46aa56ff717146af829dfdd7b9caa5caf51a1d8e65f6843335dec38c2f9
|
||||
index.html,1693897671053,6751b6422831a697e9b8f676bc6c1591bfc6a08690f3f3a1ae3e0d2f89a8f118
|
||||
manifest.json,1693897668548,a52ca087489ef21b366f2162bd2fcae4d3a6dc6444c53ac32a936296a6d61614
|
||||
robots.txt,1693897668548,391d14b3c2f8c9143a27a28c7399585142228d4d1bdbe2c87ac946de411fa9a2
|
||||
static/css/main.fc0b505b.css,1693897671055,4f72501b8efc999a220873f6a17c255b4a5c1b7a59693cb2e6f48e595b423109
|
||||
static/js/main.aa2d14c4.js.LICENSE.txt,1693897671055,f85d25711119dfec7c8c32a03226dbaf40e38ad6a0c60f0c49f9b41ff276f3cb
|
||||
static/css/main.fc0b505b.css.map,1693897671053,8ad1ca286729712f39c356110d40ad86c41aa0620d6a5e417b89697536b7eb5a
|
||||
static/js/main.aa2d14c4.js,1693897671055,45038fee0e89cd038666bd3afb584339767b697b2c3464605b164a0966b2ea1c
|
||||
static/js/main.aa2d14c4.js.map,1693897671055,8655a1a5e1c7c8ead2d11e0e4b09202258a01408a1826dd7c810bc07d2f9a000
|
|
@ -14,6 +14,7 @@ const GlobalStyle = createGlobalStyle`
|
|||
padding: 0;
|
||||
font-size: 10px;
|
||||
color: var(--main);
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
}
|
||||
|
||||
button {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue