Skip to content

Commit c0ce766

Browse files
committed
Initial highlighting selected address - styling not final
1 parent e3d5ca3 commit c0ce766

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

src/skins/vector/css/matrix-react-sdk/views/dialogs/ChatInviteDialog.css

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ limitations under the License.
1616

1717
/* Using a textarea for this element, to circumvent autofill */
1818
.mx_ChatInviteDialog_input,
19-
.mx_ChatInviteDialog_input:focus {
19+
.mx_ChatInviteDialog_input:focus
20+
{
2021
line-height: 34px;
2122
font-size: 14px;
2223
padding-left: 12px;
@@ -58,6 +59,15 @@ limitations under the License.
5859
border: solid 1px #fff;
5960
}
6061

62+
.mx_ChatInviteDialog_queryListElement.mx_ChatInviteDialog_selected {
63+
background-color: #ddd; /* selected colour */
64+
}
65+
66+
.mx_ChatInviteDialog_queryListElement.mx_ChatInviteDialog_selected .mx_AddressTile {
67+
background-color: #ddd; /* selected colour */
68+
border: solid 1px #ddd; /* selected colour */
69+
}
70+
6171
.mx_ChatInviteDialog_cancel {
6272
position: absolute;
6373
right: 11px;

0 commit comments

Comments
 (0)