File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
src/open_inwoner/react/components/FilterTag Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 1313 display : inline-flex ;
1414 align-items : center ;
1515 gap : var (--spacing-small , 0.5rem );
16- padding : var ( --spacing-small , 0.5 rem ) var ( --spacing-medium , 0.75 rem ) ;
17- border : 1px solid var (--color-primary , #0066cc );
18- border-radius : 20 px ;
16+ padding : 12 px 16 px ;
17+ border : 1px solid var (--color-primary );
18+ border-radius : 3 px ;
1919 background-color : white ;
20- color : var (--color-primary , #0066cc );
20+ color : var (--font- color-body );
2121 font-size : var (--font-size-body , 1rem );
2222 cursor : pointer ;
2323 transition : all 0.2s ease ;
2424 white-space : nowrap ;
2525
2626 & :hover {
27- background-color : var (--color-primary , #0066cc );
28- color : white ;
27+ background-color : var (--color-gray-lightest );
2928 }
3029
3130 & :focus {
32- outline : 2px solid var (--color-primary , #0066cc );
31+ outline : 2px solid var (--color-primary );
3332 outline-offset : 2px ;
3433 }
3534}
You can’t perform that action at this time.
0 commit comments