1
0
Fork 0
Commit Graph

22 Commits

Author SHA1 Message Date
Chocobozzz dc9c9500bf
Improve accessibility 2023-03-15 14:28:27 +01:00
Chocobozzz 4077aecd0a
Fix lint 2023-02-27 16:14:45 +01:00
Chocobozzz 1d74f89739
Fix multiple select tags value theming 2023-02-27 15:51:11 +01:00
Chocobozzz dec437aa46
Increase theme compatibility
Try to use CSS variable as much as possible
2023-02-17 13:32:11 +01:00
Chocobozzz a0da6f90d1
Prevent sass deprecated warning 2022-10-10 08:16:19 +02:00
Chocobozzz 5b0ec7cddb
Increase global font size 2022-06-16 11:37:08 +02:00
Chocobozzz bffee1d538
Fix classic select and ng select css inconsistency 2022-06-10 10:18:44 +02:00
Chocobozzz 9a0b50ab31
Fix ng-select hovering 2022-05-02 14:51:19 +02:00
Chocobozzz 1160fd709f
Fix ng select input font color 2022-05-02 14:40:43 +02:00
Chocobozzz b788e69131
Some fixes for themes 2022-03-15 14:12:37 +01:00
Chocobozzz ebe9b6b3f3
Fix ng select tags height 2021-10-20 14:50:46 +02:00
Chocobozzz 701348feed
Fix ng select size 2021-06-30 10:00:12 +02:00
Chocobozzz 8cbc40b2fe
Move to sass module 2021-06-28 10:54:02 +02:00
Chocobozzz fa12eacc01
Move to sass @use 2021-06-28 09:36:35 +02:00
Chocobozzz 27bc958674
Bidi support 2021-06-07 18:14:05 +02:00
Chocobozzz 931d343018
Move to stylelint 2021-04-28 17:53:57 +02:00
Chocobozzz 7695987e9d
Fix ng-select with an image 2021-04-27 09:15:39 +02:00
Chocobozzz 03a5e95ce1
Fix font size inconsistency with ng-select 2021-04-26 15:01:33 +02:00
aschaap 0564fc09d3
Reducing tag input excessive padding; fixes #3915 (#3927)
* Removed !important and added rules to style tags input; fixes #3915

* Simplifying what @rigelk was achieving with !important in 149e4cc

* Compressed CSS selectors

Co-authored-by: Rigel Kent <par@rigelk.eu>

Co-authored-by: Rigel Kent <par@rigelk.eu>
2021-04-07 08:39:48 +02:00
Rigel Kent 149e4cc597
add description to transcoding profile selector 2021-01-28 17:21:08 +01:00
Chocobozzz 840659455f
Fix ng select theme 2021-01-20 10:59:47 +01:00
Rigel Kent 02c01341f4 add ng-select for templatable select options
- create select-tags component to replace ngx-chips
- create select-options to factorize option selection in forms
- create select-channel to simplify channel selection
- refactor tags validation
2020-08-11 09:03:39 +02:00