File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ text-expander .suggestions {
43
43
margin-top : 24px ;
44
44
list-style : none;
45
45
background : var (--color-box-body );
46
- border-radius : var ( --border-radius ) ;
46
+ border-radius : 5 px ;
47
47
border : 1px solid var (--color-secondary );
48
48
box-shadow : 0 .5rem 1rem var (--color-shadow );
49
49
}
@@ -56,15 +56,15 @@ text-expander .suggestions li {
56
56
}
57
57
58
58
text-expander .suggestions li + li {
59
- border-top : 1px solid var (--color-secondary );
59
+ border-top : 1px solid var (--color-secondary-alpha-40 );
60
60
}
61
61
62
62
text-expander .suggestions li : first-child {
63
- border-radius : var ( --border-radius ) var ( --border-radius ) 0 0 ;
63
+ border-radius : 4 px 4 px 0 0 ;
64
64
}
65
65
66
66
text-expander .suggestions li : last-child {
67
- border-radius : 0 0 var ( --border-radius ) var ( --border-radius ) ;
67
+ border-radius : 0 0 4 px 4 px ;
68
68
}
69
69
70
70
text-expander li [aria-selected = "true" ] {
You can’t perform that action at this time.
0 commit comments