mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-12 14:52:39 +00:00
0e9771ac09
File outline extras GitOrigin-RevId: c35c4f35dce280c9f44c02b567df9734943d0cb0
21 lines
411 B
Text
21 lines
411 B
Text
.vertical-resizable-resizer {
|
|
background-color: @vertical-resizable-resizer-bg;
|
|
|
|
&:hover {
|
|
background-color: @vertical-resizable-resizer-hover-bg;
|
|
}
|
|
|
|
&::after {
|
|
content: '····';
|
|
display: block;
|
|
color: @ol-blue-gray-2;
|
|
text-align: center;
|
|
font-size: 20px;
|
|
line-height: 3px;
|
|
pointer-events: none;
|
|
}
|
|
}
|
|
|
|
.vertical-resizable-resizer-disabled {
|
|
pointer-events: none;
|
|
}
|