this change works better for standard mode and gets around a style bug.
b 38927, r=attinasi git-svn-id: svn://10.0.0.236/trunk@71378 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -757,7 +757,7 @@ input[type="button"]:-moz-focus-inner {
|
||||
/*XXX[PERF] setup a border so the size does
|
||||
not change between focus changes to prevent
|
||||
reflows */
|
||||
border : 1px solid inherit;
|
||||
border : 1px solid transparent;
|
||||
}
|
||||
|
||||
input[type="button"]:focus:-moz-focus-inner {
|
||||
|
||||
@@ -757,7 +757,7 @@ input[type="button"]:-moz-focus-inner {
|
||||
/*XXX[PERF] setup a border so the size does
|
||||
not change between focus changes to prevent
|
||||
reflows */
|
||||
border : 1px solid inherit;
|
||||
border : 1px solid transparent;
|
||||
}
|
||||
|
||||
input[type="button"]:focus:-moz-focus-inner {
|
||||
|
||||
Reference in New Issue
Block a user