Closed MaMaKow closed 7 years ago
When using Chromium (Version 51.0.2704.79 Ubuntu 14.04) as a browser, the size (height) of a row increases on hover. This is caused by the change in padding. It makes the table flicker. ` input[type="time"] {
border-top: initial; border-left: 3px dotted #FEFEFF; border-right: 3px dotted #FEFEFF; border-bottom: 3px dotted #FEFEFF;
} input[type="time"]:hover { border: 3px dotted #BDE682; } `
This flickering does not appear in Firefox 48.0. However, in Firefox the size of the input fields is too small for the prefilled data values (hh:mm).
Firefox and Chrome are fixed by themselves. Edge still flickers.
When using Chromium (Version 51.0.2704.79 Ubuntu 14.04) as a browser, the size (height) of a row increases on hover. This is caused by the change in padding. It makes the table flicker. ` input[type="time"] {
} input[type="time"]:hover { border: 3px dotted #BDE682; } `
This flickering does not appear in Firefox 48.0. However, in Firefox the size of the input fields is too small for the prefilled data values (hh:mm).