Skip to content

Commit 258ec81

Browse files
committed
svg changes
1 parent c88ce30 commit 258ec81

6 files changed

Lines changed: 16 additions & 61 deletions

File tree

src/app/components/notes/components/main/left.view/note-list-item/note-list-item.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252

5353
<div class="note-actions" [class.disabled]="!permission" [class.actions-readonly]="note.readonly">
5454
<app-svg-icon
55-
height="20"
56-
width="20"
55+
height="25"
56+
width="25"
5757
(mouseup)="onSpellCheckToggle(note)"
5858
[class]="note.spell_check ? 'spell-check-active' : 'spell-check'"
5959
src="assets/images/spell.svg" />

src/app/components/notes/components/main/left.view/note-list-item/note-list-item.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102

103103
.readonly {
104104
// fill: red;
105-
fill: var(--primary);
105+
fill: var(--note-pin-fill);
106106
cursor: pointer;
107107
}
108108

src/app/components/notes/components/main/right.view/note.right.view.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
[class.spell-check-active]="facadeNote.spell_check"
4343
(click)="onSpellCheckToggle(facadeNote)">
4444
<app-svg-icon
45-
height="25"
46-
width="25"
45+
height="27"
46+
width="27"
4747
[class]="facadeNote.spell_check ? 'spell-check-active' : 'spell-check'"
4848
src="assets/images/spell.svg" />
4949
</div>

src/app/components/notes/components/main/right.view/note.right.view.component.scss

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,17 @@
4242
}
4343

4444
.svg-readonly {
45-
fill: red !important;
45+
// fill: red !important;
4646
}
4747

4848
.readonly-svg {
49-
fill: var(--body-color);
49+
// fill: var(--body-color);
50+
fill: #c7c7c7;
5051
}
5152

5253
.readonly-svg:hover {
53-
fill: red !important;
54+
// fill: red !important;
55+
fill: var(--note-pin-fill);
5456
}
5557

5658
.spell-check {
@@ -123,7 +125,7 @@
123125
}
124126

125127
.menu-icon:hover {
126-
fill: var(--b-active-link-color) !important;
128+
fill: var(--note-pin-fill) !important;
127129
}
128130

129131
.trash-icon {

src/assets/images/lock.svg

Lines changed: 2 additions & 47 deletions
Loading

src/assets/images/spell.svg

Lines changed: 3 additions & 5 deletions
Loading

0 commit comments

Comments
 (0)