| 209 | flex-direction: row; | 209 | flex-direction: row; |
| 210 | } | 210 | } |
| 211 | | 211 | |
| 212 | #expressions_container:has(#expressions_allow_multiple:not(:checked)) #image_list .expression_list_item[data-expression-type="additional"] { | 212 | #expressions_container:has(#expressions_allow_multiple:not(:checked)) #image_list .expression_list_item[data-expression-type="additional"], |
| | 213 | #expressions_container:has(#expressions_allow_multiple:not(:checked)) label[for="expressions_reroll_if_same"] { |
| 213 | opacity: 0.3; | 214 | opacity: 0.3; |
| 214 | transition: opacity var(--animation-duration) ease; | 215 | transition: opacity var(--animation-duration) ease; |
| 215 | } | 216 | } |