Skip to content

Commit ea71861

Browse files
committed
Update to v1.12.0
1 parent f9bf60c commit ea71861

78 files changed

Lines changed: 187 additions & 187 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

processed/res/css/_common.pcss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ input[type="search"].mx_textinput_icon {
186186
/* FIXME THEME - Tint by CSS rather than referencing a duplicate asset */
187187
input[type="text"].mx_textinput_icon.mx_textinput_search,
188188
input[type="search"].mx_textinput_icon.mx_textinput_search {
189-
background-image: url("@vector-im/compound-design-tokens/icons/search.svg");
189+
background-image: url("@vector-im/compound-design-tokens/ui-icons/search.svg");
190190
}
191191

192192
/* dont search UI as not all browsers support it, */
@@ -515,7 +515,7 @@ legend {
515515
left: 0;
516516
top: 0;
517517
position: absolute;
518-
mask-image: url("@vector-im/compound-design-tokens/icons/close.svg");
518+
mask-image: url("@vector-im/compound-design-tokens/ui-icons/close.svg");
519519
mask-repeat: no-repeat;
520520
mask-position: center;
521521
mask-size: 20px;
@@ -881,7 +881,7 @@ legend {
881881
@define-mixin ThreadSummaryIcon {
882882
content: "";
883883
display: inline-block;
884-
mask-image: url("@vector-im/compound-design-tokens/icons/threads.svg");
884+
mask-image: url("@vector-im/compound-design-tokens/ui-icons/threads.svg");
885885
mask-position: center;
886886
mask-repeat: no-repeat;
887887
mask-size: contain;

processed/res/css/components/views/polls/_PollOption.pcss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Please see LICENSE files in the repository root for full details.
6464
border-width: 2px;
6565
border-color: var(--cpd-color-icon-accent-tertiary);
6666
background-color: var(--cpd-color-icon-accent-tertiary);
67-
background-image: url("@vector-im/compound-design-tokens/icons/check.svg");
67+
background-image: url("@vector-im/compound-design-tokens/ui-icons/check.svg");
6868
background-size: 12px;
6969
background-repeat: no-repeat;
7070
background-position: center;

processed/res/css/structures/_GenericDropdownMenu.pcss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Please see LICENSE files in the repository root for full details.
2525
width: 18px;
2626
height: 18px;
2727
background: currentColor;
28-
mask-image: url("@vector-im/compound-design-tokens/icons/chevron-down.svg");
28+
mask-image: url("@vector-im/compound-design-tokens/ui-icons/chevron-down.svg");
2929
mask-size: 100%;
3030
mask-repeat: no-repeat;
3131
float: right;
@@ -103,7 +103,7 @@ Please see LICENSE files in the repository root for full details.
103103
height: 16px;
104104
margin-left: -22px;
105105
margin-right: 6px;
106-
mask-image: url("@vector-im/compound-design-tokens/icons/check.svg");
106+
mask-image: url("@vector-im/compound-design-tokens/ui-icons/check.svg");
107107
mask-size: 100%;
108108
mask-repeat: no-repeat;
109109
background-color: $primary-content;

processed/res/css/structures/_LeftPanel.pcss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Please see LICENSE files in the repository root for full details.
176176
}
177177

178178
.mx_LeftPanel_recentsButton::before {
179-
mask-image: url("@vector-im/compound-design-tokens/icons/time.svg");
179+
mask-image: url("@vector-im/compound-design-tokens/ui-icons/time.svg");
180180
}
181181
}
182182

processed/res/css/structures/_QuickSettingsButton.pcss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Please see LICENSE files in the repository root for full details.
2828
width: 32px;
2929
height: 32px;
3030
left: 0;
31-
mask-image: url("@vector-im/compound-design-tokens/icons/settings-solid.svg");
31+
mask-image: url("@vector-im/compound-design-tokens/ui-icons/settings-solid.svg");
3232
mask-repeat: no-repeat;
3333
mask-position: center;
3434
mask-size: 24px;

processed/res/css/structures/_RightPanel.pcss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Please see LICENSE files in the repository root for full details.
2727
/** Fixme - factor this out with the main header **/
2828

2929
.mx_RightPanel_threadsButton::before {
30-
mask-image: url("@vector-im/compound-design-tokens/icons/threads-solid.svg");
30+
mask-image: url("@vector-im/compound-design-tokens/ui-icons/threads-solid.svg");
3131
}
3232

3333
.mx_RightPanel_notifsButton::before {
@@ -36,7 +36,7 @@ Please see LICENSE files in the repository root for full details.
3636
}
3737

3838
.mx_RightPanel_roomSummaryButton::before {
39-
mask-image: url("@vector-im/compound-design-tokens/icons/info-solid.svg");
39+
mask-image: url("@vector-im/compound-design-tokens/ui-icons/info-solid.svg");
4040
mask-position: center;
4141
}
4242

processed/res/css/structures/_RoomSearch.pcss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Please see LICENSE files in the repository root for full details.
2626
.mx_RoomSearch_icon {
2727
width: 20px;
2828
height: 20px;
29-
mask-image: url("@vector-im/compound-design-tokens/icons/search.svg");
29+
mask-image: url("@vector-im/compound-design-tokens/ui-icons/search.svg");
3030
mask-repeat: no-repeat;
3131
mask-size: contain;
3232
background-color: $secondary-content;

processed/res/css/structures/_RoomStatusBar.pcss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,14 +118,14 @@ Please see LICENSE files in the repository root for full details.
118118
}
119119

120120
&.mx_RoomStatusBar_unsentCancelAllBtn::before {
121-
mask-image: url("@vector-im/compound-design-tokens/icons/delete.svg");
121+
mask-image: url("@vector-im/compound-design-tokens/ui-icons/delete.svg");
122122
}
123123

124124
&.mx_RoomStatusBar_unsentRetry {
125125
padding-left: 34px; /* 28px from above, but +6px to account for the wider icon */
126126

127127
&::before {
128-
mask-image: url("@vector-im/compound-design-tokens/icons/restart.svg");
128+
mask-image: url("@vector-im/compound-design-tokens/ui-icons/restart.svg");
129129
}
130130
}
131131
}

processed/res/css/structures/_RoomView.pcss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Please see LICENSE files in the repository root for full details.
6363

6464
&::before {
6565
background-color: $info-plinth-fg-color;
66-
mask: url("@vector-im/compound-design-tokens/icons/search.svg");
66+
mask: url("@vector-im/compound-design-tokens/ui-icons/search.svg");
6767
mask-repeat: no-repeat;
6868
mask-position: center;
6969
mask-size: 50px;

processed/res/css/structures/_SearchBox.pcss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Please see LICENSE files in the repository root for full details.
1616

1717
.mx_SearchBox_closeButton {
1818
cursor: pointer;
19-
mask-image: url("@vector-im/compound-design-tokens/icons/close.svg");
19+
mask-image: url("@vector-im/compound-design-tokens/ui-icons/close.svg");
2020
mask-repeat: no-repeat;
2121
mask-position: center;
2222
mask-size: 16px;

0 commit comments

Comments
 (0)