Skip to content

Commit 2df1e2b

Browse files
committed
[Frontend] Styling for TC's TOI element
Fixes #933 WIP, global changes
1 parent 9e85341 commit 2df1e2b

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

platform/commonUI/general/res/sass/_global.scss

+13
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,19 @@ a.disabled {
162162
overflow-y: auto;
163163
}
164164

165+
.slidable {
166+
cursor: move; // Fallback
167+
cursor: grab;
168+
cursor: -moz-grab;
169+
cursor: -webkit-grab;
170+
&.horz {
171+
cursor: col-resize;
172+
}
173+
&.vert {
174+
cursor: row-resize;
175+
}
176+
}
177+
165178
.no-margin {
166179
margin: 0;
167180
}

platform/commonUI/general/res/sass/controls/_controls.scss

+1
Original file line numberDiff line numberDiff line change
@@ -652,3 +652,4 @@ body.desktop {
652652
background: $scrollbarTrackColorBg;
653653
}
654654
}
655+

0 commit comments

Comments
 (0)