Skip to content

Commit d490484

Browse files
committed
Update guidelines for wiener kreis
1 parent 256e0db commit d490484

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

guidelines.wiener-kreis.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
{
134134
"type": "line",
135135
"category": "layout",
136-
"defaultSelected": false,
136+
"defaultSelected": true,
137137
"isZeroPoint": false,
138138
"isSeparator": true,
139139
"shortcut": ["Ctrl", "Shift", "L"],
@@ -151,7 +151,7 @@
151151
{
152152
"type": "paragraph",
153153
"category": "layout",
154-
"defaultSelected": false,
154+
"defaultSelected": true,
155155
"isZeroPoint": false,
156156
"isSeparator": true,
157157
"shortcut": ["Enter"],

styles/styles.wiener-kreis.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ Fix by changing classlists or annotation types? */
103103
background-image: url('https://raw.githubusercontent.com/THM-Graphs/atag-editor/refs/heads/main/client/public/icons/receivedPerson.svg');
104104
}
105105

106+
.annotation-type-icon-line {
107+
background-image: url('https://raw.githubusercontent.com/THM-Graphs/atag-editor/refs/heads/main/client/public/icons/line.svg');
108+
}
109+
106110
.annotation-type-icon-paragraph {
107111
background-image: url('https://raw.githubusercontent.com/THM-Graphs/atag-editor/refs/heads/main/client/public/icons/paragraph.svg');
108112
}

0 commit comments

Comments
 (0)