]> source.dussan.org Git - vaadin-framework.git/commit
Revert "Hide button caption overflow in reindeer and valo. (#11864)"
authorJouni Koivuviita <jouni@vaadin.com>
Tue, 3 Mar 2015 07:47:59 +0000 (07:47 +0000)
committerVaadin Code Review <review@vaadin.com>
Tue, 3 Mar 2015 07:49:54 +0000 (07:49 +0000)
commit0d59ce144c6d6e97e45004da849ca4a55fac4883
treed20247195244e3704094e4b95010c8a8f4aa8f02
parent2f9dfccb595a68609405ba822f346e41285c9458
Revert "Hide button caption overflow in reindeer and valo. (#11864)"

This reverts commit c9586c93b93987d9b5942c38ef0b536c091092a5.

This fix will break button focus outline in Valo. The overflow hidden needs to be placed on the inner element (v-button-wrap).

For Reindeer the fix is okay, but for consistency it might make sense to move it there to the inner element also.

Change-Id: I6cac9fc6a1c8ae6be9969b8dc8533b9cad118d6a
WebContent/VAADIN/themes/reindeer/button/button-standard.scss
WebContent/VAADIN/themes/valo/components/_button.scss
uitest/src/com/vaadin/tests/themes/ButtonTextOverflow.java [deleted file]
uitest/src/com/vaadin/tests/themes/ButtonTextOverflowTest.java [deleted file]