File tree Expand file tree Collapse file tree 2 files changed +19
-24
lines changed
app/shared/components/name-tag Expand file tree Collapse file tree 2 files changed +19
-24
lines changed Original file line number Diff line number Diff line change 3
3
4
4
& :not (.private-name-tag ).dark-style {
5
5
background-color : var (--aura-gray-8 );
6
-
7
- & ::after {
8
- border-right-color : var (--aura-gray-9 );
9
- right : -2px ;
10
- }
11
6
}
12
7
}
13
8
Original file line number Diff line number Diff line change 45
45
background-color : var (--aura-gray-9 );
46
46
border-radius : 4px 0 0 4px ;
47
47
padding-left : var (--spacer-2 );
48
- padding-right : var (--spacer-5 );
48
+ padding-right : var (--spacer-2 );
49
49
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
+ // }
64
64
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
+ // }
69
69
}
70
70
71
71
.private-name-tag {
You can’t perform that action at this time.
0 commit comments