mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 21:02:41 +01:00
Remove inner spacing on mozilla-based buttons
Summary: Fixes T6644 Test Plan: Tested buttons in FF and Chrome Before: {F238749} After: {F238748} Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Maniphest Tasks: T6644 Differential Revision: https://secure.phabricator.com/D10903
This commit is contained in:
parent
37d14a85b3
commit
fa77fdd168
2 changed files with 8 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
*/
|
||||
return array(
|
||||
'names' => array(
|
||||
'core.pkg.css' => 'fa2b86b3',
|
||||
'core.pkg.css' => '566126f8',
|
||||
'core.pkg.js' => 'e64447dc',
|
||||
'darkconsole.pkg.js' => 'df001cab',
|
||||
'differential.pkg.css' => '8af45893',
|
||||
|
@ -122,7 +122,7 @@ return array(
|
|||
'rsrc/css/phui/phui-action-header-view.css' => '89c497e7',
|
||||
'rsrc/css/phui/phui-action-list.css' => '9ee9910a',
|
||||
'rsrc/css/phui/phui-box.css' => '7b3a2eed',
|
||||
'rsrc/css/phui/phui-button.css' => 'd5fe9ce8',
|
||||
'rsrc/css/phui/phui-button.css' => '008ba5e2',
|
||||
'rsrc/css/phui/phui-document.css' => 'a5615198',
|
||||
'rsrc/css/phui/phui-feed-story.css' => 'dd3c5ff5',
|
||||
'rsrc/css/phui/phui-fontkit.css' => '9c3d2dce',
|
||||
|
@ -766,7 +766,7 @@ return array(
|
|||
'phriction-document-css' => '7d7f0071',
|
||||
'phui-action-header-view-css' => '89c497e7',
|
||||
'phui-box-css' => '7b3a2eed',
|
||||
'phui-button-css' => 'd5fe9ce8',
|
||||
'phui-button-css' => '008ba5e2',
|
||||
'phui-calendar-css' => '8675968e',
|
||||
'phui-calendar-day-css' => 'de035c8a',
|
||||
'phui-calendar-list-css' => 'c1d0ca59',
|
||||
|
|
|
@ -13,6 +13,11 @@ a.button {
|
|||
user-select: none;
|
||||
}
|
||||
|
||||
button::-moz-focus-inner {
|
||||
padding: 0;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
button,
|
||||
a.button,
|
||||
a.button:visited,
|
||||
|
|
Loading…
Reference in a new issue