Skip to content

Commit

Permalink
fix: Fix Arrow Icon Display in Drawer - MEED-1943 - Meeds-io#MIPs#52 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
boubaker authored and exo-swf committed Mar 16, 2023
1 parent 8bcec12 commit f15f4de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
11 changes: 0 additions & 11 deletions webapps/src/main/webapp/skin/css/tasks.less
Original file line number Diff line number Diff line change
Expand Up @@ -2207,17 +2207,6 @@
}
}
.taskProjectName {
.icon-ArrowRight {
margin-top: 6px;
margin-left: 10px ~'; /** orientation=lt */ ';
margin-right: 10px ~'; /** orientation=rt */ ';
&:before {
content: '\e9cb' ~'; /** orientation=lt */ ';
content: '\e9ca' ~'; /** orientation=rt */ ';
font-size: 16px;
color: @btnDisableColor!important;
}
}
.projectName {
max-width: 200px;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
pa-0
fluid
d-flex>
<i class="uiIcon icon-ArrowRight uiIconLightGray me-1"></i>
<i
:class="$vuetify.rtl && 'fa-chevron-left' || 'fa-chevron-right'"
class="fa my-auto me-1 ms-2 disabled--text"></i>
<v-combobox
ref="select"
:filter="filterProjects"
Expand Down

0 comments on commit f15f4de

Please sign in to comment.