aboutsummaryrefslogtreecommitdiffstats
path: root/themes/src/main
Commit message (Collapse)AuthorAgeFilesLines
* fix: Do not allow border to grow row height (#12254)7.7.25Tatu Lund2021-03-251-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | * fix: Do not allow border to grow row height If css grows row height the VSrollTable rowHeight logic does not work allways Fixes: https://github.com/vaadin/framework/issues/12251 * Compensate change in default row height * Merge branch '7.7' into fix12251 * Replace calc with round * Make fix more pin-point * The first row does not have border thus regular height * Fix drag-drop styles * Further fix in drag-and-drop style * Update TableDropIndicatorValoTest-indicator_ANY_Chrome__indicator.png
* Allow configuring content modes for Grid cell tooltips (#10396)Leif Åstrand2018-02-062-0/+12
|
* Fix scrolling problem in table in Chrome 56+ (#10492)Artur2018-01-052-0/+2
| | | | | | | | * Fix scrolling problem in table in Chrome 56+ Fixes #8707 * Remove commented code
* Implement error level on client side (#9816)Adam Wagner2017-09-267-6/+334
| | | | | Add additional class names and style to components and error indicators to distinguish different error levels. Vaadin 7 solution for #3139
* Fix context menu missing box-shadow for Runo on Chrome (#7966)Pekka Hyvönen2016-12-141-1/+1
| | | Change-Id: I318761527a695c741f52b4c18e9f8ea943f89017
* Fixed touch scrolling issue in Surface and WP devices (#18737)7.7.5Johannes Tuikkala2016-11-221-0/+2
| | | | | | | | | | | | Fixed by using pointerevents instead of touchevents when the browser is IE11, or Edge. Also added touch-action: none; css rules into escalator.css to prevent default touch behaviour on IE11 and Edge. Does not affect IE8 to IE10 browsers, behaviour on those will stay the same as before the fix. No new unit tests since we do not have automatic touch testing possibilities yet. Please test manually with Surface: IE11 and Edge, use for example uitest: com.vaadin.tests.components.grid.basics.GridBasicsomponents.grid.basics.GridBasics Change-Id: Iddbf1852e6ffafc855f749d6f4ebb235ed0f5703
* Add lazy/simple resize mode to Grid (#20108)Patrik Lindström2016-11-171-0/+16
| | | | Change-Id: I47427efc28c350382dba8c1f50fd332a3f4585e4
* 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