File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 4949 --default-font-size : 15px ;
5050 --animation-quick : 100ms ;
5151 --animation-slow : 300ms ;
52+ --border-radius-new-design : var (--border-radius-large ); /** Nextcloud 29+ | temp variable to use old design */
5253 --border-radius : 3px ;
5354 --border-radius-large : 10px ;
5455 --border-radius-rounded : 28px ;
Original file line number Diff line number Diff line change @@ -189,6 +189,7 @@ public function getCSSVariables(): array {
189189 '--border-radius ' => '3px ' ,
190190 '--border-radius-large ' => '10px ' ,
191191 '--border-radius-rounded ' => '28px ' ,
192+ '--border-radius-new-design ' => '10px ' ,
192193 // pill-style button, value is large so big buttons also have correct roundness
193194 '--border-radius-pill ' => '100px ' ,
194195
You can’t perform that action at this time.
0 commit comments