Skip to content

Commit 867a5ca

Browse files
committed
task stat selection UI updates
1 parent c1faac5 commit 867a5ca

File tree

2 files changed

+26
-11
lines changed

2 files changed

+26
-11
lines changed

website/client/src/components/tasks/taskModal.vue

Lines changed: 25 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,7 @@
954954
.stat-dropdown-container {
955955
.select-list {
956956
.selectListItem {
957-
margin-bottom: 8px;
957+
margin-bottom: 0;
958958
959959
&:last-child {
960960
margin-bottom: 0;
@@ -969,7 +969,23 @@
969969
970970
&:hover,
971971
&:focus {
972-
background-color: #D5C8FF;
972+
background-color: rgba($purple-600, 0.25) !important;
973+
}
974+
}
975+
976+
.dropdown-toggle {
977+
display: flex;
978+
align-items: center;
979+
980+
.stat-option-content {
981+
display: flex;
982+
align-items: center;
983+
984+
.stat-option-title {
985+
font-weight: normal;
986+
color: $gray-50;
987+
margin-bottom: 0;
988+
}
973989
}
974990
}
975991
}
@@ -983,25 +999,24 @@
983999
font-family: Roboto;
9841000
font-weight: 700;
9851001
font-size: 14px;
986-
line-height: 24px;
987-
letter-spacing: 0%;
1002+
line-height: 1.71;
9881003
text-transform: capitalize;
9891004
margin-bottom: 4px;
9901005
9911006
&.str {
992-
color: #f74e52;
1007+
color: $maroon-100;
9931008
}
9941009
9951010
&.int {
996-
color: #2995cd;
1011+
color: $blue-50;
9971012
}
9981013
9991014
&.con {
1000-
color: #ffa623;
1015+
color: $yellow-5;
10011016
}
10021017
10031018
&.per {
1004-
color: #4f2a93;
1019+
color: $purple-300;
10051020
}
10061021
}
10071022
@@ -1011,8 +1026,8 @@
10111026
font-weight: 400;
10121027
font-size: 12px;
10131028
line-height: 16px;
1014-
letter-spacing: 0%;
1015-
color: $gray-200;
1029+
color: $gray-100;
1030+
margin-bottom: 0;
10161031
}
10171032
}
10181033
}

website/common/locales/en/character.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"conTaskText": "Reduces damage taken from missed Dailies and negative Habits. Does not reduce damage from bosses.",
9898
"perception": "Perception",
9999
"perText": "Perception increases how much Gold you earn, and once you've unlocked the Market, increases the chance of finding items when scoring tasks.",
100-
"perTaskText": "Increases drop chance when completing tasks, daily drop cap, streak bonuses, and Gold earned from tasks.",
100+
"perTaskText": "Increases item drop chance, daily item drop cap, task streak bonuses, and Gold earned when completing tasks.",
101101
"intelligence": "Intelligence",
102102
"intText": "Intelligence increases how much Experience you earn, and once you've unlocked Classes, determines your maximum Mana available for class abilities.",
103103
"intTaskText": "Increases Exp earned from tasks. Also increases your mana cap and mana regeneration rate.",

0 commit comments

Comments
 (0)