Skip to content

Commit 4adf139

Browse files
committed
v6.7.0 cleanup
1 parent 359bbb0 commit 4adf139

File tree

10 files changed

+60
-6
lines changed

10 files changed

+60
-6
lines changed

build/index.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/appwidget.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
justify-content: center;
3333
align-items: center;
3434
cursor: pointer;
35+
-webkit-tap-highlight-color: transparent;
3536
}
3637

3738
.bb-feedback-dialog-header-close svg {
@@ -73,6 +74,7 @@
7374
.bb-feedback-dialog-header-next:hover {
7475
background-color: rgba(255, 255, 255, 0.75);
7576
cursor: pointer;
77+
-webkit-tap-highlight-color: transparent;
7678
}
7779

7880
.bb-screenshot-editor-canv {
@@ -111,6 +113,7 @@
111113
align-items: center;
112114
padding: 11px;
113115
cursor: pointer;
116+
-webkit-tap-highlight-color: transparent;
114117
border-radius: 16px;
115118
}
116119

@@ -126,6 +129,7 @@
126129
align-items: center;
127130
padding: 11px;
128131
cursor: pointer;
132+
-webkit-tap-highlight-color: transparent;
129133
}
130134

131135
.bb-drawing-tool-action svg {
@@ -157,6 +161,7 @@
157161
border-radius: 100%;
158162
margin: 0px 4px;
159163
cursor: pointer;
164+
-webkit-tap-highlight-color: transparent;
160165
}
161166

162167
.bb-drawing-coloritem--active {
@@ -169,6 +174,7 @@
169174
border-radius: 100%;
170175
box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
171176
cursor: pointer;
177+
-webkit-tap-highlight-color: transparent;
172178
margin: 9px 5px;
173179
}
174180

demo/bb.css

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
right: 20px;
1414
border-radius: 30px;
1515
cursor: pointer;
16+
-webkit-tap-highlight-color: transparent;
1617
background-color: transparent;
1718
color: #000000;
1819
z-index: 2147483100;
@@ -150,6 +151,7 @@
150151
justify-content: center;
151152
align-items: center;
152153
cursor: pointer;
154+
-webkit-tap-highlight-color: transparent;
153155
padding: 5px;
154156
margin-left: 8px;
155157
}
@@ -176,6 +178,7 @@
176178
margin-right: 8px;
177179
margin-bottom: 0px;
178180
cursor: pointer;
181+
-webkit-tap-highlight-color: transparent;
179182
display: flex;
180183
justify-content: center;
181184
align-items: center;
@@ -218,6 +221,7 @@
218221

219222
.bb-feedback-button-classic {
220223
cursor: pointer;
224+
-webkit-tap-highlight-color: transparent;
221225
top: 50%;
222226
right: 0px;
223227
position: fixed;
@@ -452,6 +456,7 @@
452456
background-color: #fff;
453457
border-radius: 11px;
454458
cursor: pointer;
459+
-webkit-tap-highlight-color: transparent;
455460
}
456461

457462
.bb-feedback-dialog-header--back {
@@ -519,6 +524,7 @@
519524
padding: 9px;
520525
margin: 12px 25px;
521526
cursor: pointer;
527+
-webkit-tap-highlight-color: transparent;
522528
border: 1px solid transparent;
523529
border-radius: 12px;
524530
background-color: #fff;
@@ -574,6 +580,7 @@
574580
position: relative;
575581
margin-bottom: 12px;
576582
cursor: pointer;
583+
-webkit-tap-highlight-color: transparent;
577584
user-select: none;
578585
padding-left: 35px;
579586
font-size: 15px;
@@ -589,6 +596,7 @@
589596
position: absolute;
590597
opacity: 0;
591598
cursor: pointer;
599+
-webkit-tap-highlight-color: transparent;
592600
}
593601

594602
.bb-feedback-multiplechoice-checkmark {
@@ -666,6 +674,7 @@
666674
.bb-feedback-onetofive-button {
667675
font-family: "Inter", sans-serif;
668676
cursor: pointer;
677+
-webkit-tap-highlight-color: transparent;
669678
padding: 0px;
670679
background-color: #eceaf3;
671680
color: #59617d;
@@ -863,6 +872,7 @@
863872
margin-top: 0px;
864873
margin-bottom: 0px;
865874
cursor: pointer;
875+
-webkit-tap-highlight-color: transparent;
866876
}
867877

868878
.bb-feedback-send-button--disabled {
@@ -884,6 +894,7 @@
884894
line-height: 19px;
885895
text-decoration: underline;
886896
cursor: pointer;
897+
-webkit-tap-highlight-color: transparent;
887898
margin-right: 30px;
888899
}
889900

@@ -1226,6 +1237,7 @@ textarea.bb-feedback-required {
12261237

12271238
.bb-feedback-emojigroup li:not(.active) {
12281239
cursor: pointer;
1240+
-webkit-tap-highlight-color: transparent;
12291241
}
12301242

12311243
.bb-feedback-emojigroup li:not(.active):active {
@@ -1367,6 +1379,7 @@ textarea.bb-feedback-required {
13671379
font-weight: normal;
13681380
line-height: 1.7;
13691381
cursor: pointer;
1382+
-webkit-tap-highlight-color: transparent;
13701383
}
13711384

13721385
.bb-feedback-inputgroup--privacy-policy
@@ -1454,6 +1467,7 @@ textarea.bb-feedback-required {
14541467
margin-top: 0px;
14551468
margin-bottom: 0px;
14561469
cursor: pointer;
1470+
-webkit-tap-highlight-color: transparent;
14571471
margin: 0px;
14581472
padding: 25px 25px;
14591473
padding-top: 0px;
@@ -1484,6 +1498,7 @@ textarea.bb-feedback-required {
14841498
border-radius: 50%;
14851499
background-color: rgba(0, 0, 0, 0.45);
14861500
cursor: pointer;
1501+
-webkit-tap-highlight-color: transparent;
14871502
display: flex;
14881503
justify-content: center;
14891504
align-items: center;
@@ -1662,6 +1677,7 @@ textarea.bb-feedback-required {
16621677
right: 0px;
16631678
z-index: 916777268;
16641679
cursor: pointer;
1680+
-webkit-tap-highlight-color: transparent;
16651681
width: 36px;
16661682
height: 36px;
16671683
display: flex;
@@ -1682,6 +1698,7 @@ textarea.bb-feedback-required {
16821698
text-align: center;
16831699
width: auto;
16841700
cursor: pointer;
1701+
-webkit-tap-highlight-color: transparent;
16851702
margin: 0px;
16861703
line-height: 36px;
16871704
padding: 0px 12px;
@@ -1704,6 +1721,7 @@ textarea.bb-feedback-required {
17041721
align-items: center;
17051722
justify-content: center;
17061723
cursor: pointer;
1724+
-webkit-tap-highlight-color: transparent;
17071725
position: relative;
17081726
margin-right: 5px;
17091727
}
@@ -1781,6 +1799,7 @@ textarea.bb-feedback-required {
17811799
margin-top: 0px;
17821800
margin-bottom: 0px;
17831801
cursor: pointer;
1802+
-webkit-tap-highlight-color: transparent;
17841803
}
17851804

17861805
.bb-capture-preview-sendbutton {
@@ -1795,6 +1814,7 @@ textarea.bb-feedback-required {
17951814
margin-top: 0px;
17961815
margin-bottom: 0px;
17971816
cursor: pointer;
1817+
-webkit-tap-highlight-color: transparent;
17981818
}
17991819

18001820
.bb-capture-preview-retrybutton:hover,
@@ -1831,6 +1851,7 @@ textarea.bb-feedback-required {
18311851
margin-right: 12px;
18321852
box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
18331853
cursor: pointer;
1854+
-webkit-tap-highlight-color: transparent;
18341855
}
18351856

18361857
.bb-capture-toolbar-item-color:hover {
@@ -2031,6 +2052,7 @@ textarea.bb-feedback-required {
20312052
justify-content: center;
20322053
align-items: center;
20332054
cursor: pointer;
2055+
-webkit-tap-highlight-color: transparent;
20342056
}
20352057

20362058
.bb-feedback-dialog-header-close svg {
@@ -2070,6 +2092,7 @@ textarea.bb-feedback-required {
20702092
margin-top: 0px;
20712093
margin-bottom: 0px;
20722094
cursor: pointer;
2095+
-webkit-tap-highlight-color: transparent;
20732096
}
20742097

20752098
.bb-select-capture-option--active {

demo/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@
9898
margin-top: 10px;
9999
margin-bottom: 10px;
100100
cursor: pointer;
101+
-webkit-tap-highlight-color: transparent;
101102
}
102103

103104
.buttonlink {
@@ -113,6 +114,7 @@
113114
padding: 15px 40px;
114115
text-decoration: none;
115116
cursor: pointer;
117+
-webkit-tap-highlight-color: transparent;
116118
}
117119

118120
@media only screen and (max-width: 600px) {

published/6.7.0/appwidget.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

published/6.7.0/index.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

published/latest/appwidget.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

published/latest/index.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ScreenDrawer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export class ScreenDrawer {
55
strPath;
66
strokeWidth = 12;
77
strokeWidthRect = 6;
8-
bufferSize = 4;
8+
bufferSize = 8;
99
buffer = [];
1010
startPoint = null;
1111
tool = "pen";

0 commit comments

Comments
 (0)