File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed
templates/settings/tokens Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 3434
3535 <fieldset local-class =" form-group" data-test-id =" fieldset-reasons" >
3636 <div class =" form-group-name" >Reasons</div >
37- <ul role =" list" local-class =" reasons-list {{ if this.reasonsInvalid " invalid" }} " >
37+ <ul role =" list" local-class =" reasons-list" class = " scopes-list {{ if this.reasonsInvalid " invalid" }} " >
3838 {{ #each this.reasons as |option |}}
3939 <li >
4040 <label >
Original file line number Diff line number Diff line change 1919}
2020
2121.reasons-list {
22- composes : scopes-list from '../../styles/settings/tokens/new.module.css' ;
2322 label {
2423 flex-wrap : nowrap;
2524 }
Original file line number Diff line number Diff line change 5454 font-size : 0.9em ;
5555}
5656
57- .scopes-list {
57+ : global ( .scopes-list ) {
5858 list-style : none;
5959 padding : 0 ;
6060 margin : 0 ;
6161 background-color : light-dark (white, # 141413 );
6262 border : 1px solid var (--gray-border );
6363 border-radius : var (--space-3xs );
6464
65- & .invalid {
65+ & : global ( .invalid ) {
6666 background : light-dark (# fff2f2, # 170808 );
6767 border-color : red;
6868 }
Original file line number Diff line number Diff line change 8989 </a >
9090 </div >
9191
92- <ul role =" list" local- class =" scopes-list {{ if this.scopesInvalid " invalid" }} " >
92+ <ul role =" list" class =" scopes-list {{ if this.scopesInvalid " invalid" }} " >
9393 {{ #each this.ENDPOINT_SCOPES as |scope |}}
9494 <li >
9595 <label data-test-scope ={{ scope }} >
You can’t perform that action at this time.
0 commit comments