support icon indicating copy to clipboard operation
support copied to clipboard

CSS Variables TODO

Open isglass opened this issue 1 year ago • 3 comments

  • [ ] Make it easy to apply border-radius to panels, with or without headers, should end up correctly
  • [ ] Make new light theme that is very light
  • [ ] Make sure list checkboxes does not have transparent check marks
  • [ ] List with checkbox should have symmetrical selection padding
  • [ ] Hollow buttons
  • [ ] https://github.com/bryntum/support/issues/7840
  • [ ] A single variable for grid+header padding
  • [ ] Ability to add horizontal "margin" spacing between grid cells
  • [ ] All themeable values to be imported as CSS properties
  • [ ] Add easy way to assign colors to icons "b-fa b-fa-triangle-exlcamation b-red" or similar
  • [ ] Remove header background color of Popup/Tooltip in Calendar (compare scheduler "tooltips" demo) Screenshot 2024-08-08 at 11 01 17

isglass avatar Nov 06 '23 09:11 isglass

See also https://github.com/bryntum/support/issues/574

ExtAnimal avatar Nov 07 '23 10:11 ExtAnimal

we should make the .float-root use

display : grid; 
place-items : center;

And then have .b-centered use

position : static;
align-self : auto;

That way, they would just be centered by layout, without that top : 50%; left : 50%; transform : translate(-50%, -50%); hack. No visible difference, just cleaner modern CSS.

ExtAnimal avatar Feb 16 '24 09:02 ExtAnimal

Requested themeable vals here https://forum.bryntum.com/viewtopic.php?f=51&t=28168&p=141563#p141563

chuckn0rris avatar Feb 28 '24 10:02 chuckn0rris