File tree Expand file tree Collapse file tree
src/collective/behavior/banner/browser Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050 <div class =" hold-shape" >
5151 <div class =" shape-outer" >
5252 <div class =" fg-theme"
53- tal : attributes =" style python: 'color: #' + circle_color + ';; opacity: .9' " >
54- <svg class =" shape abs-trbl" viewBox =" 0 0 512 512" xmlns =" http://www.w3.org/2000/svg" >
53+ tal : attributes =" style python: 'color: #' + circle_color + ';; opacity: ' + ('0.5' if circle_color == 'f7b98f' else '.9') " >
54+ <svg class =" shape abs-trbl" viewBox =" 0 0 512 512" xmlns =" http://www.w3.org/2000/svg" >
5555 <circle cx =" 256" cy =" 256" r =" 256" fill =" currentColor" />
5656 </svg >
5757 </div >
130130 <div class =" hold-shape" >
131131 <div class =" shape-outer" >
132132 <div class =" fg-theme"
133- tal : attributes =" style python: 'color: #' + circle_color + ';; opacity: .9'" >
133+ tal : attributes =" style python: 'color: #' + circle_color + ';; opacity: ' + ('0.5' if circle_color == 'f7b98f' else '.9')"
134+ >
134135 <svg class =" shape abs-trbl" viewBox =" 0 0 512 512" xmlns =" http://www.w3.org/2000/svg" >
135136 <circle cx =" 256" cy =" 256" r =" 256" fill =" currentColor" />
136137 </svg >
You can’t perform that action at this time.
0 commit comments