decide.nolog.cz/app
Jeldrik Hanschke da16d8d199
Add and delete buttons should indicate focus (#332)
Add and delete buttons used for option creation don't have any text (except
for screenreader) but only an icon. Open Iconic uses a display: inline-block
for icons as default. But that one prevents text decoration from being applied.
Since text decoration is used to visually indicate focus, that's a serious
accessibility issue.

Closes #293
2020-01-05 15:36:54 +01:00
..
adapters Drop jQuery (#196) 2019-05-22 12:29:29 +02:00
components remove partially filled validation error on clear (#283) 2019-11-03 19:19:55 +01:00
controllers use specific validation error if name is not unique on poll participation (#280) 2019-11-02 18:47:27 +01:00
helpers scroll to invalid form element if it's behind form navigation buttons (#307) 2019-11-17 19:15:55 +01:00
initializers remove webshim polyfills 2016-06-10 11:35:55 +02:00
instance-initializers refactor: replace bootstrap-datepicker by ember-power-calendar 2019-01-20 17:08:16 +01:00
locales improve spanish translation (#333) 2020-01-03 13:41:31 +01:00
models show validation error if time input is partially filled (#279) 2019-11-02 16:51:47 +01:00
routes refactor participants table (#164) 2019-04-20 23:29:59 +02:00
serializers upgrade to ember 3.4 2018-12-31 10:17:03 +01:00
services upgrade to ember 3.4 2018-12-31 10:17:03 +01:00
styles Add and delete buttons should indicate focus (#332) 2020-01-05 15:36:54 +01:00
templates use specialised button for saving (#331) 2020-01-02 17:13:36 +01:00
utils refactor create/settings to avoid observer 2018-12-31 12:09:17 +01:00
validators show validation error if time input is partially filled (#279) 2019-11-02 16:51:47 +01:00
app.js deps: upgrade ember to 2.18 2018-12-29 20:23:19 +01:00
index.html Using bootstrap 4 and related UI refresh (#205) 2019-06-07 11:22:13 +02:00
resolver.js updates ember, ember data and ember data model fragments and fixes some container deprecation 2016-08-12 23:09:37 +02:00
router.js deps: upgrade ember to 2.18 2018-12-29 20:23:19 +01:00