]> source.dussan.org Git - vaadin-framework.git/commit
Fixed regression by #15381 on IE8
authorTeppo Kurki <teppo.kurki@vaadin.com>
Mon, 22 Jun 2015 10:52:34 +0000 (13:52 +0300)
committerVaadin Code Review <review@vaadin.com>
Mon, 22 Jun 2015 12:40:27 +0000 (12:40 +0000)
commita41887756378dc0c16754afd55834f529c474ee0
tree52c22a044ef3d9985dfa89a2937e82d4c701549c
parent1ccb5290e49ec31ef3afc3f84c0061bfe83b13b6
Fixed regression by #15381 on IE8

The opacity for disabled menu items looks very ugly on IE8.
Fixed by using the previous gray color for text and opacity
filter only for the item icon.

Change-Id: If48716cdccef05ebdba43b5600e41c0690398429
WebContent/VAADIN/themes/base/menubar/menubar.scss
uitest/src/com/vaadin/tests/themes/base/DisabledMenuBarItemTest.java