Skip to content

Commit ea4cc8c

Browse files
committed
fix: allow user selection on status bar datetime
Signed-off-by: Thomas Mauran <[email protected]>
1 parent f4637b8 commit ea4cc8c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/ui/layout/status-bar/indicators.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,3 +132,11 @@ body.phone.portrait {
132132
display: none;
133133
}
134134
}
135+
136+
/* Allow text selection for clock indicator */
137+
.c-indicator.t-indicator-clock {
138+
user-select: text;
139+
-webkit-user-select: text;
140+
-moz-user-select: text;
141+
-ms-user-select: text;
142+
}

0 commit comments

Comments
 (0)