You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
Describe the issue you encountered: Merge span.findButton with .closeButton on findbar.less.
Since there is only one span with the className findButton (and the element has its own classname, which is closeButton), it does not make much sense to have span.findButton.
- this adds some needed space above and below the text string
- increases tab text to 12 on mac (already 12 on windows)
- tabs buttons adjusted to align properly
auditors: @bbondy@bsclifton
Test plan:
#9235 (comment)
Describe the issue you encountered: Merge
span.findButton
with.closeButton
on findbar.less.Since there is only one
span
with the classNamefindButton
(and the element has its own classname, which iscloseButton
), it does not make much sense to havespan.findButton
.Extra QA steps:
1.
2.
3.
Screenshot if needed:
Any related issues: Refactor findbar with Aphrodite #9233
The text was updated successfully, but these errors were encountered: