aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/ng-select.scss
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release/5.1.0' into developChocobozzz2023-03-161-1/+2
|\
| * Fix button/input/select heightsChocobozzz2023-03-161-1/+2
| |
* | Improve accessibilityChocobozzz2023-03-151-2/+1
|/
* Fix lintChocobozzz2023-02-271-1/+1
|
* Fix multiple select tags value themingChocobozzz2023-02-271-2/+8
|
* Increase theme compatibilityChocobozzz2023-02-171-6/+23
| | | | Try to use CSS variable as much as possible
* Prevent sass deprecated warningChocobozzz2022-10-101-1/+1
|
* Increase global font sizeChocobozzz2022-06-161-1/+2
|
* Fix classic select and ng select css inconsistencyChocobozzz2022-06-101-1/+9
|
* Fix ng-select hoveringChocobozzz2022-05-021-2/+4
|
* Fix ng select input font colorChocobozzz2022-05-021-0/+4
|
* Some fixes for themesChocobozzz2022-03-151-0/+5
|
* Fix ng select tags heightChocobozzz2021-10-201-0/+1
|
* Fix ng select sizeChocobozzz2021-06-301-2/+1
|
* Move to sass moduleChocobozzz2021-06-281-1/+2
|
* Move to sass @useChocobozzz2021-06-281-2/+2
|
* Bidi supportChocobozzz2021-06-071-3/+3
|
* Move to stylelintChocobozzz2021-04-281-4/+5
|
* Fix ng-select with an imageChocobozzz2021-04-271-0/+5
|
* Fix font size inconsistency with ng-selectChocobozzz2021-04-261-5/+3
|
* Reducing tag input excessive padding; fixes #3915 (#3927)aschaap2021-04-071-6/+8
| | | | | | | | | | | * 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>
* add description to transcoding profile selectorRigel Kent2021-01-281-0/+10
|
* Fix ng select themeChocobozzz2021-01-201-0/+8
|
* add ng-select for templatable select optionsRigel Kent2020-08-111-0/+29
- 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