# Official Warning Checkbox Not Visible in Chrome 54

**URL:** https://meta.discourse.org/t/official-warning-checkbox-not-visible-in-chrome-54/53677
**Category:** Bug
**Created:** [2016 年 12 月 2 日午前 8:27 UTC](https://meta.discourse.org/t/official-warning-checkbox-not-visible-in-chrome-54/53677 "2016-12-02T08:27:22Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![kevinprow](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/kevinprow/32/68511_2.png) [@kevinprow](https://meta.discourse.org/u/kevinprow)
#### Post date: [2016 年 12 月 2 日午前 8:27 UTC](https://meta.discourse.org/t/official-warning-checkbox-not-visible-in-chrome-54/53677/1 "2016-12-02T08:27:22Z")

</div>

I’m not sure if this is technically a bug, since it is CSS, but in Chrome v54, the checkbox for “This is an official warning.” is not visible. It does display properly in Internet Explorer, however.

 ![](https://global.discourse-cdn.com/meta/original/3X/d/5/d5e8e46d0bc49b187646bf0750b830b247a67777.png)

I suspect it’s this css:

```
input {
    -webkit-appearance: none;
}

```

Not sure if that’s intentional for some other reason, so I figured I’d post here.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [2016 年 12 月 2 日午前 8:44 UTC](https://meta.discourse.org/t/official-warning-checkbox-not-visible-in-chrome-54/53677/2 "2016-12-02T08:44:13Z")

</div>

looool this is @sam’s bug 😆

---

<div class="post-metadata">

### Author: ![fefrei](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/fefrei/32/119538_2.png) [@fefrei](https://meta.discourse.org/u/fefrei)
#### Post date: [2016 年 12 月 2 日午前 8:45 UTC](https://meta.discourse.org/t/official-warning-checkbox-not-visible-in-chrome-54/53677/3 "2016-12-02T08:45:17Z")

</div>

That’s not the only checkbox that has gone missing:

 ![](https://global.discourse-cdn.com/meta/original/3X/d/2/d2433971ffb66a8199570a704273764d7b4a9873.png)

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [2016 年 12 月 2 日午前 8:48 UTC](https://meta.discourse.org/t/official-warning-checkbox-not-visible-in-chrome-54/53677/4 "2016-12-02T08:48:52Z")

</div>

OK I reverted it for now. Still laughing about this.

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [2016 年 12 月 2 日午前 10:19 UTC](https://meta.discourse.org/t/official-warning-checkbox-not-visible-in-chrome-54/53677/5 "2016-12-02T10:19:43Z")

</div>

I will make it more specific was seeing how general it can be

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [2016 年 12 月 2 日午後 9:08 UTC](https://meta.discourse.org/t/official-warning-checkbox-not-visible-in-chrome-54/53677/6 "2016-12-02T21:08:20Z")

</div>


