Skip to content

Commit cb9901f

Browse files
authored
Merge pull request #3717 from aura-nw/fixing/evm-detail-label-contractname
Remove black triangle after
2 parents f3d5fd1 + ecb3d23 commit cb9901f

File tree

2 files changed

+19
-24
lines changed

2 files changed

+19
-24
lines changed

src/app/shared/components/name-tag/name-tag.component.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33

44
&:not(.private-name-tag).dark-style {
55
background-color: var(--aura-gray-8);
6-
7-
&::after {
8-
border-right-color: var(--aura-gray-9);
9-
right: -2px;
10-
}
116
}
127
}
138

src/assets/scss/aura-theme/name-tag.scss

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -45,27 +45,27 @@
4545
background-color: var(--aura-gray-9);
4646
border-radius: 4px 0 0 4px;
4747
padding-left: var(--spacer-2);
48-
padding-right: var(--spacer-5);
48+
padding-right: var(--spacer-2);
4949
color: var(--aura-gray-light);
50-
&:not(.private-name-tag) {
51-
position: relative;
52-
&:after {
53-
content: '';
54-
position: absolute;
55-
width: 0;
56-
height: 0;
57-
right: 0;
58-
top: 0;
59-
bottom: 0;
60-
border-top: 13px solid transparent;
61-
border-right: 15px solid var(--aura-black);
62-
border-bottom: 13px solid transparent;
63-
}
50+
// &:not(.private-name-tag) {
51+
// position: relative;
52+
// &:after {
53+
// content: '';
54+
// position: absolute;
55+
// width: 0;
56+
// height: 0;
57+
// right: 0;
58+
// top: 0;
59+
// bottom: 0;
60+
// border-top: 13px solid transparent;
61+
// border-right: 15px solid var(--aura-black);
62+
// border-bottom: 13px solid transparent;
63+
// }
6464

65-
.after-gray &:after {
66-
border-right: 15px solid var(--aura-gray-10);
67-
}
68-
}
65+
// .after-gray &:after {
66+
// border-right: 15px solid var(--aura-gray-10);
67+
// }
68+
// }
6969
}
7070

7171
.private-name-tag {

0 commit comments

Comments
 (0)