Skip to content

Commit 7ef63bc

Browse files
fix purple border in chrome 149 (#5203) (#5228)
Co-authored-by: Petr Jašek <jasekpetr@gmail.com>
1 parent bcace00 commit 7ef63bc

3 files changed

Lines changed: 0 additions & 18 deletions

File tree

scripts/apps/content-filters/styles/content-filters.scss

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@
2424
.wide {
2525
max-width: 960px;
2626
}
27-
div {
28-
-webkit-column-rule: 4px outset #ff00ff; /* Chrome, Safari, Opera */
29-
-moz-column-rule: 4px outset #ff00ff; /* Firefox */
30-
column-rule: 4px outset #ff00ff;
31-
}
32-
3327

3428
.filter-result-modal {
3529
position: absolute;

scripts/apps/profiling/styles/profiling.scss

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@
55
@import '~mixins.scss';
66
@import '~variables.scss';
77

8-
div {
9-
-webkit-column-rule: 4px outset #ff00ff; /* Chrome, Safari, Opera */
10-
-moz-column-rule: 4px outset #ff00ff; /* Firefox */
11-
column-rule: 4px outset #ff00ff;
12-
}
13-
148
.profiling-data {
159
inset-block-start: $subnav-height;
1610
header {

scripts/apps/publish/styles/publish.scss

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@
55
@import '~mixins.scss';
66
@import '~variables.scss';
77

8-
div {
9-
-webkit-column-rule: 4px outset #ff00ff; /* Chrome, Safari, Opera */
10-
-moz-column-rule: 4px outset #ff00ff; /* Firefox */
11-
column-rule: 4px outset #ff00ff;
12-
}
13-
148
.filter-result-modal {
159
position: absolute;
1610
.content {

0 commit comments

Comments
 (0)