File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
packages/ui-components/styles Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1313@import './base.css' layer(utilities);
1414@import './markdown.css' layer(utilities);
1515
16- /*
17- See https://tailwindcss.com/docs/upgrade-guide#buttons-use-the-default-cursor
18- See https://tailwindcss.com/docs/upgrade-guide#default-border-color
19- */
2016@layer base {
21- : root {
22- --header-height : calc (var (--spacing , 0.25rem ) * 16 );
17+ /* See https://tailwindcss.com/docs/upgrade-guide#buttons-use-the-default-cursor */
18+ button ,
19+ [role = 'button' ] {
20+ & : not (: disabled ) {
21+ cursor : pointer;
22+ }
2323 }
2424
25- button : not ( : disabled ) ,
26- [ role = "button" ] : not ( : disabled ) {
27- cursor : pointer ;
25+ /* See https://tailwindcss.com/docs/upgrade-guide#default-border-color */
26+ : root {
27+ --header-height : calc ( var ( --spacing , 0.25 rem ) * 16 ) ;
2828 }
2929
3030 * ,
You can’t perform that action at this time.
0 commit comments