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:
Régis Hanol 2014-06-23 17:38:43 +02:00
parent a188ba77dc
commit 211536e561
1 changed files with 0 additions and 5 deletions

View File

@ -43,11 +43,6 @@ header {
body { body {
// tab focus in firefox
button:focus::-moz-focus-inner {
border: 1px dotted;
}
.boxed { .boxed {
height: 100%; height: 100%;
@include border-radius-all(5px); @include border-radius-all(5px);