From ef4265df87d221b16bcea7163bddeaede54649a9 Mon Sep 17 00:00:00 2001 From: cagataycivici Date: Fri, 24 Apr 2020 13:43:27 +0300 Subject: [PATCH] CSS refactor --- LICENSE.md | 2 +- src/components/autocomplete/AutoComplete.vue | 144 +++------- src/components/button/Button.css | 106 +------ src/components/button/Button.vue | 2 +- src/components/calendar/Calendar.vue | 260 +++--------------- src/components/checkbox/Checkbox.css | 30 +- src/components/checkbox/Checkbox.vue | 2 +- src/components/chips/Chips.vue | 58 +--- src/components/dropdown/Dropdown.vue | 100 ++----- src/components/inputnumber/InputNumber.vue | 4 +- src/components/inputtext/InputText.css | 79 ++---- src/components/listbox/Listbox.vue | 61 +--- src/components/multiselect/MultiSelect.vue | 141 +++------- src/components/password/Password.css | 16 +- src/components/radiobutton/RadioButton.css | 34 +-- src/components/radiobutton/RadioButton.vue | 2 +- src/components/rating/Rating.vue | 6 +- src/components/slider/Slider.vue | 53 ++-- src/components/splitbutton/SplitButton.vue | 45 +-- .../tristatecheckbox/TriStateCheckbox.vue | 2 +- src/views/checkbox/CheckboxDemo.vue | 21 +- src/views/inputnumber/InputNumberDoc.vue | 4 +- src/views/listbox/ListboxDemo.vue | 2 +- src/views/listbox/ListboxDoc.vue | 2 +- src/views/radiobutton/RadioButtonDemo.vue | 19 +- 25 files changed, 269 insertions(+), 926 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 9020d76ba..1777bbaf1 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016-2019 PrimeTek +Copyright (c) 2018-2020 PrimeTek Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/components/autocomplete/AutoComplete.vue b/src/components/autocomplete/AutoComplete.vue index 86e73a6b1..70c04a695 100644 --- a/src/components/autocomplete/AutoComplete.vue +++ b/src/components/autocomplete/AutoComplete.vue @@ -4,15 +4,15 @@ role="searchbox" aria-autocomplete="list" :aria-controls="listId" :aria-labelledby="ariaLabelledBy"> -
- - - {{timeSeparator}} - - -
- - - {{timeSeparator}} - - -
- - - {{timeSeparator}} - - -