Last active
February 14, 2017 12:20
-
-
Save iamstarkov/ffae3de4090143fbf112f2d33dfff094 to your computer and use it in GitHub Desktop.
broken inlined button, FF
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* broken inlined button, FF */ | |
.btn { | |
all: initial; | |
background: red; | |
} | |
/* fix for 140562 https://bugzilla.mozilla.org/show_bug.cgi?id=140562 */ | |
.btn::-moz-focus-inner { all: initial; } | |
.btn.ib { display: inline-block; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a class="btn">Button</a> | |
<button class="btn">Button</button> | |
<button class="btn ib">Button</button> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment