Skip to content

Commit

Permalink
Exempt titlebar button from transition
Browse files Browse the repository at this point in the history
  • Loading branch information
fofajardo committed Apr 17, 2017
1 parent 6d60203 commit 2a7d9b8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/chrome/global/toolbarbutton.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,12 @@ toolbarbutton {
border: 1px solid;
border-color: transparent;
border-width: 5px;
border-radius: 0px;
transition-property: border-radius, background-color, border-color;
transition-duration: 500ms;
}

toolbarbutton:not(.titlebar-button) {
border-radius: 3px;
transition-property: border-radius, background-color, border-color;
transition-duration: 500ms;
}

toolbar:not(#toolbar-menubar):not(#TabsToolbar):not(#PersonalToolbar):not(#addon-bar) toolbarbutton {
Expand Down

0 comments on commit 2a7d9b8

Please sign in to comment.