BUGFIX: buttons have a different size when clicked on FF (cc @awesomerobot)
cf. https://meta.discourse.org/t/browse-buttons-in-the-edit-history-have-a-different-size-when-clicked/16698
This commit is contained in:
parent
a188ba77dc
commit
211536e561
|
@ -43,11 +43,6 @@ header {
|
|||
|
||||
body {
|
||||
|
||||
// tab focus in firefox
|
||||
button:focus::-moz-focus-inner {
|
||||
border: 1px dotted;
|
||||
}
|
||||
|
||||
.boxed {
|
||||
height: 100%;
|
||||
@include border-radius-all(5px);
|
||||
|
|
Loading…
Reference in New Issue