Commit fae2d575df8b2007d0f53452a80af16dec4f92f0
Committed by
GitHub
Merge pull request #1705 from vvlladd28/bugs/invisible_clickable_button
Fix invisible clickable button from edit mode
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -647,7 +647,7 @@ section.tb-top-header-buttons { | @@ -647,7 +647,7 @@ section.tb-top-header-buttons { | ||
647 | 647 | ||
648 | .tb-header-buttons .tb-btn-header { | 648 | .tb-header-buttons .tb-btn-header { |
649 | position: relative !important; | 649 | position: relative !important; |
650 | - display: inline-block !important; | 650 | + display: inline-block; |
651 | animation: tbMoveFromTopFade .3s ease both; | 651 | animation: tbMoveFromTopFade .3s ease both; |
652 | } | 652 | } |
653 | 653 |