Remove custom cursor icons [SCI-10264]

This commit is contained in:
sboursen-scinote 2024-02-26 15:56:12 +01:00
parent aa68e18b34
commit e9242b1ab3
5 changed files with 3 additions and 10 deletions

View file

@ -1,6 +1,6 @@
.sci--layout-navigation-navigator {
.handle-mr {
cursor: url("/images/icon_small/resize_cursor.svg") 0 0, auto !important;
cursor: col-resize;
display: block !important;
height: 100%;
opacity: 0;

View file

@ -54,7 +54,7 @@
.view-mode {
border: 1px solid transparent;
cursor: url("/images/icon_small/edit.svg") 0 16, auto;
cursor: pointer;
height: 2rem;
min-height: 1.5rem;
overflow: hidden;

View file

@ -2,7 +2,7 @@
// scss-lint:disable NestingDepth
.sci-cursor-edit {
cursor: url("/images/icon_small/edit.svg") 0 16, auto;
cursor: pointer;
}
.inline-edit-placeholder:empty::before {

View file

@ -1,4 +0,0 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1.024 14.9594H2.1248L12.2624 4.65691L11.1616 3.53821L1.024 13.8407V14.9594ZM14.464 3.90244L11.904 1.32683L12.7232 0.494309C13.0304 0.16477 13.4144 0 13.8752 0C14.336 0 14.72 0.16477 15.0272 0.494309L15.6928 1.17073C15.8976 1.36152 16 1.60434 16 1.89919C16 2.19404 15.9061 2.43686 15.7184 2.62764L14.464 3.90244ZM13.7216 4.65691L2.56 16H0V13.3984L11.1616 2.05528L13.7216 4.65691Z" fill="#1D2939"/>
<path d="M1.024 14.9594H2.1248L12.2624 4.65691L11.1616 3.53821L1.024 13.8407V14.9594Z" fill="white"/>
</svg>

Before

Width:  |  Height:  |  Size: 612 B

View file

@ -1,3 +0,0 @@
<svg width="25.33" height="10" viewBox="0 0 25.33 10" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M14.51 0.320059L13.81 1.02006L17.1 4.31006H9H8.77H1.9L5.2 1.01006L4.5 0.310059L0 4.81006L4.5 9.31006L5.2 8.61006L1.9 5.31006H8.77H9H17.1L13.8 8.61006L14.5 9.31006L19 4.81006L14.51 0.320059Z" fill="#1D2939"/>
</svg>

Before

Width:  |  Height:  |  Size: 326 B