Fixed Skill Layout (#12776)

* Fixed Skill Layout

* Fixed skill layout reponsiveness

* Fixed collapsing of drawer container

* Fixed skill card disabled state, extra white border and hover sstate

* Fixed task / member selection style

* Fixed few changes

* Fixed extra padding and box shadow

* Fixed box shadow and added popover component

* Fixed disabled state issue

* Fixed styles and skill card issues

* Fixed style issues

* Fixed style issue

* Fixed lint error

* Fixed space between drawer class

* Fixed border issue

* Fixed round border issue

* Fixed Mage issue

* auto eslint fixes

* use translated string and computed property, reorganize css

* perf: reduce calculated classes, throttle mouse moved event

Co-authored-by: Matteo Pagliazzi <matteopagliazzi@gmail.com>
This commit is contained in:
Vipul Khandelwal
2020-12-05 02:35:56 +05:30
committed by GitHub
parent 2018962eb5
commit bc181819f4
4 changed files with 374 additions and 167 deletions

View File

@@ -104,9 +104,9 @@
:variant="'success'"
>
<b-dropdown-item
class="selectListItem"
v-for="type in columns"
:key="type"
class="selectListItem"
@click="createTask(type)"
>{{ $t(type) }}</b-dropdown-item>
</b-dropdown>