1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-11 23:54:12 +02:00
Commit Graph

565 Commits

Author SHA1 Message Date
Jonas Kuske
afcf059863 feat: add tooltip styling, make options expandable, general fixes 2019-06-08 21:20:35 +02:00
Jonas Kuske
893b8ab4ed chore: add docs dependencies to pkg json 2019-06-08 21:20:35 +02:00
Jonas Kuske
2118518552 fix: remove currently non-existing stylesheets
& use HTML entity for space before emoji
2019-06-08 21:20:35 +02:00
Jonas Kuske
2216b32f09 feat: allow version select via URL query params 2019-06-08 21:20:32 +02:00
Jonas Kuske
ba843037d0 refactor: add proper typing 2019-06-08 21:19:33 +02:00
Jonas Kuske
6bf48e1615 refactor: add HTML processing, picker as partial 2019-06-08 21:19:33 +02:00
Jonas Kuske
75f9280dab fix: replace <br /> with padding-top
+ prevent potential error in getFileSize()
2019-06-08 21:19:33 +02:00
Jonas Kuske
3d667c928e feat: show installation headline while picker loads 2019-06-08 21:19:32 +02:00
Jonas Kuske
a77a2e9799 fix: give higher specificity to transition class 2019-06-08 21:19:32 +02:00
Jonas Kuske
264b958a84 fix: use toFixed() to prevent sizes with many decimals 2019-06-08 21:19:32 +02:00
Jonas Kuske
3ced8a8ded fix: determine correct alternate theme in getFileSnippet 2019-06-08 21:19:32 +02:00
Jonas Kuske
ba6664cb91 feat: add sourcemaps for docs build 2019-06-08 21:19:31 +02:00
Jonas Kuske
0de736c5b7 fix: don't show [title] if standalone is selected 2019-06-08 21:19:31 +02:00
Jonas Kuske
e7012d19c4 feat: add footer 2019-06-08 21:19:31 +02:00
Jonas Kuske
033390881e feat: add build step for docs, minor improvements 2019-06-08 21:19:28 +02:00
Jonas Kuske
234152f181 feat: add new installation guide, move to docs/ 2019-06-08 21:18:43 +02:00
Jonas
f083328519 Merge branch 'master' into feat/select 2019-06-07 08:57:27 +02:00
kylejrp
cecf3becfa Merge pull request #93 from asoback/text-level-semantics
Text level semantics
2019-06-06 20:25:25 -07:00
kylejrp
92afd8bf0c Merge branch 'master' into feat/select 2019-06-06 20:25:02 -07:00
kylejrp
d94e9117ac Merge branch 'master' into text-level-semantics 2019-06-06 19:45:24 -07:00
kylejrp
f320ca0a51 Merge pull request #91 from jonaskuske/feat/icon-image
Icons & Favicon
2019-06-06 19:43:03 -07:00
Jonas Kuske
c98fed0200 cleanup: remove old SVG files 2019-06-07 01:48:08 +02:00
Jonas Kuske
f7c6a87ca9 feat: single SVG for arrow, change color on import 2019-06-07 01:13:36 +02:00
Jonas Kuske
436a4211eb feat: inline SVGs using postcss-inline-svg 2019-06-07 00:46:32 +02:00
Alexander Bluhm
64e7377caa Fixed select in IE11
Default browser arrow was displayed in IE11.
2019-06-06 23:00:53 +02:00
Alexander Bluhm
bb2eb0e171 Added selet arrow
Added two svg files for the arrow.
Removed old inline svg and url-encode.
Created SASS variables for the svg path.
2019-06-06 22:58:58 +02:00
Alexander Bluhm
c69ceda5e9 Fixed bug where the arrow icon on select is not displayed 2019-06-06 22:54:35 +02:00
Alexander Bluhm
8a1150d3c2 Added approach for new select
select tag is styled in a new way
added preview for select tag
2019-06-06 22:52:31 +02:00
asoback
28a84ab3f6 Updates to CSS variables
for issue #32
2019-06-05 21:33:30 -05:00
Jonas Kuske
4673919b7c feat: adjust favicon to dark mode 2019-06-02 04:46:52 +02:00
Jonas Kuske
2183c463bb fix: add line break 2019-06-01 03:39:17 +02:00
Jonas Kuske
4cc0a8ee15 fix: use different query param 2019-06-01 03:11:42 +02:00
Jonas Kuske
b5377d7673 feat: update README 2019-06-01 03:11:25 +02:00
Jonas Kuske
26aecd86db feat: use water.css colors for logo/image 2019-06-01 03:07:04 +02:00
Jonas Kuske
a5f3984352 feat: add icons 2019-06-01 03:06:37 +02:00
kylejrp
03269b4896 Merge pull request #85 from kimulaco/hotfix/switch-theme
Fix switch theme
2019-05-29 19:36:49 -07:00
kimulaco
b5e06b5768 Update themeSwitcher event 2019-05-29 22:45:30 +09:00
kimulaco
5de6636a1b Add ThemeSwitcher 2019-05-29 22:33:08 +09:00
kimulaco
1ce1c216c9 Update switch rules 2019-05-29 18:56:36 +09:00
kimulaco
7712f6aab9 Update switch theme script 2019-05-29 15:40:45 +09:00
kylejrp
a0218614e4 Merge pull request #71 from jonaskuske/feat/css-variables
Theming through CSS variables, (prefers-color-scheme)
2019-05-27 21:39:24 -07:00
Kyle Pollard
0a33813d10 Bump version to 2.0.0 2019-05-27 21:33:24 -07:00
Kyle Pollard
1a2d41b87b Fixed /docs references in gulpfile 2019-05-27 21:32:28 -07:00
Kyle Pollard
216432bf8f Moved /docs back into root 2019-05-27 21:27:14 -07:00
Jonas Kuske
5cf0f08d5e fix: reference correct versions in legacy default builds 2019-05-28 00:16:28 +02:00
Jonas Kuske
9d1382935a docs: update README to reflect out-of-date state 2019-05-28 00:07:56 +02:00
Jonas Kuske
ec69ef2d58 Merge branch 'master' into feat/css-variables 2019-05-27 23:43:10 +02:00
Jonas Kuske
ebff445fb0 chore: recompile dist files 2019-05-27 23:43:00 +02:00
Jonas Kuske
d4a00eb526 fix: reapply color changes from #39ab174 2019-05-27 23:31:34 +02:00
Jonas Kuske
f248fce30f fix: reapply code padding fix from #7378a36 2019-05-27 23:31:34 +02:00