Issue #157: Match transition duration to page_action_buttons_on_hover.css. (#158)

This commit is contained in:
Peter Anderson 2021-11-29 17:22:40 +11:00 committed by GitHub
parent 4bd6f389a8
commit 6a5e012c0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ See the above repository for updates as well as full license text. */
#identity-box, #identity-box,
#identity-box.extensionPage #identity-icon-label{ #identity-box.extensionPage #identity-icon-label{
max-width: 0px; max-width: 0px;
transition: max-width 300ms linear !important; transition: max-width 100ms linear !important;
overflow: hidden; overflow: hidden;
} }