Skip to content

Commit 2f3be96

Browse files
committed
style/info bar: improve style
1 parent 4ba7907 commit 2f3be96

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/client/src/widgets/react/InfoBar.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
.info-bar {
22
--link-color: var(--main-text-color);
3-
3+
44
margin-top: 4px;
55
contain: unset !important;
66
padding: 8px 20px;
77
color: var(--read-only-note-info-bar-color);
88
font-size: .9em;
9+
cursor: default;
10+
user-select: none;
911
}
1012

1113
.info-bar-prominent {

0 commit comments

Comments
 (0)