Skip to content

Releases: shgysk8zer0/core-css

Release v2.5.4

10 Mar 03:02
v2.5.4
691bf8a
Compare
Choose a tag to compare

Release v2.5.3

27 Jul 00:21
v2.5.3
6d6e661
Compare
Choose a tag to compare

Release v2.5.2

26 Jul 04:06
v2.5.2
17f8e34
Compare
Choose a tag to compare

Release v2.5.1

25 Jul 19:57
v2.5.1
54f090a
Compare
Choose a tag to compare

Release v2.5.0

03 Jul 21:23
v2.5.0
a44a991
Compare
Choose a tag to compare

Release v2.4.3

20 Jun 18:52
v2.4.3
4f1da5a
Compare
Choose a tag to compare

Release v2.4.2

20 Jun 18:42
v2.4.2
144db65
Compare
Choose a tag to compare

Release v2.4.1

20 Jun 18:34
v2.4.1
c083470
Compare
Choose a tag to compare

Add `@property` stylesheet & Adwaita theme

26 Nov 02:48
1d950b7
Compare
Choose a tag to compare

Added

  • CSS containment and visibility rules (content-visibility and more visibility rules)
  • Color Palette (.xml) files
  • New Adwaita theme
  • Custom property type declarations via @property rules [WIP]
  • Shared colors in stylesheet for styled buttons
  • Rules for :hover state for styled buttons

Changed

  • Use optional --viewport-height when setting header height in layout, dealing with URL bar
  • Move light/dark switching stylesheets to themes/ base directory for sharing
  • Set background-color instead of background when styling buttons
  • Generally make rules compatibile with @property declarations
  • Update palettes accordingly

Add table styles & remove default button style rules

01 Aug 21:33
bdb044b
Compare
Choose a tag to compare

Added

  • Styles for <table class="themed-table">
  • Missing rules for overflow: hidden

Removed

  • Applying styles to <button>s without the .btn class