Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita9b640e

Browse files
author
minjk-bl
committed
spell fix - hightlight to highlight
1 parentfb32f5a commita9b640e

18 files changed

+39
-39
lines changed

‎css/boardFrame.css‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
.vp-board-titleinput:focus {
5050
transition:0.7s;
5151
border:0.5px solidvar(--highlight-color)!important;
52-
color:var(--font-hightlight);
52+
color:var(--font-highlight);
5353
}
5454
.vp-board-titleinput::selection {
5555
background-color:#FDEFDD;
@@ -141,7 +141,7 @@
141141
float: none;
142142
}
143143
.vp-board-header-button-innerulli:hover {
144-
color:var(--font-hightlight);
144+
color:var(--font-highlight);
145145
/* background-color: var(--light-gray-color); */
146146
}
147147

@@ -347,7 +347,7 @@
347347
font-size:14px;
348348
}
349349
.vp-block-menu-item:hover {
350-
color:var(--font-hightlight);
350+
color:var(--font-highlight);
351351
cursor: pointer;
352352
}
353353
#vp_block_menu_delete:hover {

‎css/component/dataSelector.css‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
}
2525
.vp-ds-var-item:hover {
2626
background:var(--light-gray-color);
27-
color:var(--font-hightlight);
27+
color:var(--font-highlight);
2828
cursor: pointer;
2929
}
3030
.vp-ds-var-item.selected {
3131
background:var(--light-gray-color);
32-
color:var(--font-hightlight);
32+
color:var(--font-highlight);
3333
font-weight: bold;
3434
}
3535
.vp-ds-var-data {

‎css/component/instanceEditor.css‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}
99
.vp-ins-select-title {
1010
font-weight: bold;
11-
color:var(--font-hightlight);
11+
color:var(--font-highlight);
1212
padding:5px5px5px0px;
1313
}
1414
.vp-ins-select-containerinput.vp-ins-search {
@@ -52,7 +52,7 @@
5252
border-bottom:0.25px solidvar(--light-gray-color);
5353
}
5454
.vp-ins-select-item.selected {
55-
color:var(--font-hightlight);
55+
color:var(--font-highlight);
5656
background:var(--light-gray-color);
5757
}
5858
.vp-ins-select-itemspan {

‎css/component/modal.css‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
overflow: hidden;
3434
}
3535
#vp_multiButtonModal .vp-multi-button-modal-messagespan {
36-
color:var(--font-hightlight);
36+
color:var(--font-highlight);
3737
}
3838
#vp_multiButtonModal .vp-multi-button-modal-message-inner {
3939
display: flex;

‎css/component/multiSelector.css‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
background-color:#E4E4E4;
4040
}
4141
.vp-cs-select-item.selected {
42-
color:var(--font-hightlight);
42+
color:var(--font-highlight);
4343
background-color:#F5F5F5;
4444
}
4545
/* Item Sorting FIXME: change span to class */

‎css/component/successMessage.css‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.vp-successMessage {
22
position: relative;
33
background-color: white;
4-
color:var(--font-hightlight);
4+
color:var(--font-highlight);
55
min-width:150px;
66
padding:15px;
77
margin-bottom:20px;
@@ -22,7 +22,7 @@
2222
}
2323
.vp-successMessage-icon {
2424
margin-left:15px;
25-
color:var(--font-hightlight);
25+
color:var(--font-highlight);
2626
}
2727
#vp_successMessage {
2828
position: absolute;

‎css/fileNavigation.css‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
padding-top:10px;
3232
}
3333
.fnp-sidebar-menu.selected {
34-
color:var(--font-hightlight)
34+
color:var(--font-highlight)
3535
}
3636
.fnp-sidebar-menu {
3737
padding:5px0px5px15px;

‎css/m_apps/import.css‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
cursor: pointer;
99
}
1010
.vp-tab-button.vp-tab-selected {
11-
color:var(--font-hightlight);
11+
color:var(--font-highlight);
1212
border-bottom:2px solidvar(--highlight-color);
1313
}

‎css/m_apps/snippets.css‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
cursor: pointer;
9191
}
9292
.vp-sn-menu-item:hover {
93-
color:var(--font-hightlight);
93+
color:var(--font-highlight);
9494
}
9595
.vp-sn-search-box {
9696
position: relative;
@@ -138,7 +138,7 @@
138138
cursor: pointer;
139139
}
140140
.vp-sn-sort-menu-item:hover {
141-
color:var(--font-hightlight);
141+
color:var(--font-highlight);
142142
}
143143
.vp-sn-func-export-mode {
144144
display: none;
@@ -214,7 +214,7 @@
214214
cursor: pointer;
215215
}
216216
.vp-sn-item-header.selectedinput.vp-sn-item-title {
217-
color:var(--font-hightlight);
217+
color:var(--font-highlight);
218218
}
219219
.vp-sn-item-headerinput.vp-sn-item-title:focus {
220220
transition:0.7s;

‎css/m_apps/subset.css‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
cursor: pointer;
7373
}
7474
.vp-ds-tab-selector-btn.selected {
75-
color:var(--font-hightlight);
75+
color:var(--font-highlight);
7676
background-color: white;
7777
border:0.25px solid#E4E4E4;
7878
border-bottom:2px solid#FFCF73;
@@ -180,7 +180,7 @@
180180
background-color:#E4E4E4;
181181
}
182182
.vp-ds-select-item.selected {
183-
color:var(--font-hightlight);
183+
color:var(--font-highlight);
184184
background-color:#F5F5F5;
185185
}
186186
/* Item Sorting FIXME: change span to class */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp