summaryrefslogtreecommitdiffstats
path: root/themes/src
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Fixed touch scrolling issue in Surface and WP devices (#18737)"Artur Signell2016-11-111-3/+0
| | | | | | | | The patch prevents Escalator and Grid from ever being rendered on IE8 because element.addEventListener does not exist there This reverts commit eb2f5ac3a714aefce948d447a4004b94e35e44a9. Change-Id: I58f6db7432a1cd10299891b2d8c55c855e87265f
* Fixed touch scrolling issue in Surface and WP devices (#18737)Johannes Tuikkala2016-11-081-0/+3
| | | | | | | | | | | | | Fixed by using mouse events instead of touchevents when the browser is IE or Edge (added isIEOrEdge utility method in the BrowserInfo). Also added touch-action: none; css rules into escalator.css to prevent default touch behaviour on IE and Edge No new unit tests since we do not have automatic touch testing possibilities yet. Please test manually with Surface: IE and Edge, use for example uitest: com.vaadin.tests.components.grid.basics.GridBasics Change-Id: I5b37f1648e2051ea0ab4d56ab767186b532da07c
* Add valo-menu-hover stylename to make responsive menu appear w/o adding code ↵Marc Englund2016-10-191-1/+2
| | | | | | | | | | | (#19019) Adding the optional "valo-menu-hover" style to the "valo-menu" element will make the menu appear on hover - i.e when mousing over on desktop, when tapping on touch devices (which also triggers hover). Backported from master branch (vaadin 8). Change-Id: I8344234a20aa93216b0116608d81e30e86d8b309
* Suggestion pop-up width API for ComboBox (#19685)Jonni Nakari2016-05-316-22/+51
| | | | | | | | | | | | | | Added API setPopupWidth(String) to ComboBox. The suggestion pop-up now has three different width modes: 1. Legacy "null"-mode: width is determined by the longest item caption for each page. This looks & feels like the old implementation. This is the default mode 2. Relative to the ComboBox. e.g. 100% 3. fixed width using any CSS definition Change-Id: Id60a6996ee82726196b84d50c2d0d18a6cfb5ebf
* Fix opacity value for disabled label and non-collapsible column (#15489)Denis Anisimov2016-05-132-0/+8
| | | Change-Id: I0d669f1c85feebcaa01c58fb81b5e20802440ef2
* Use error styles for NativeSelect/ListSelect/TwinColSelect in Valo (#19550)Artur Signell2016-05-112-2/+12
| | | | Change-Id: Ifc87f48b8145b56c7b83b9ce4aa1db8a698d7d49
* Restrict grid sidebar size to visible viewport (#19349)Artur Signell2016-04-282-0/+4
| | | | Change-Id: I75b7c662251de53b46e045d17d3cac650586acd2
* Move compiled themes out from resourcesTeemu Suo-Anttila2016-04-271090-0/+0
| | | | Change-Id: Id5cc38c717cd43f8e524db330c205958c8db1e31
* Filter valo/shared/_global.scss theme fileTeemu Suo-Anttila2016-03-301-1/+1
| | | | Change-Id: Icc1e1a0c8482117f38d5e1110a65580fb26d49ba
* Build vaadin-themes with mavenTeemu Suo-Anttila2016-03-291090-0/+31487
Change-Id: Ie40ea2c74358f6bf35a5a36a98561fd53fffe23f