3066977c by Jeff Balicki

ee

1 parent de2f21b2
This diff could not be displayed because it is too large.
...@@ -94,8 +94,10 @@ p { ...@@ -94,8 +94,10 @@ p {
94 94
95 abbr[title], 95 abbr[title],
96 abbr[data-bs-original-title] { 96 abbr[data-bs-original-title] {
97 -webkit-text-decoration: underline dotted;
97 text-decoration: underline dotted; 98 text-decoration: underline dotted;
98 cursor: help; 99 cursor: help;
100 -webkit-text-decoration-skip-ink: none;
99 text-decoration-skip-ink: none; 101 text-decoration-skip-ink: none;
100 } 102 }
101 103
...@@ -386,6 +388,10 @@ legend + * { ...@@ -386,6 +388,10 @@ legend + * {
386 padding: 0; 388 padding: 0;
387 } 389 }
388 390
391 ::-webkit-file-upload-button {
392 font: inherit;
393 }
394
389 ::file-selector-button { 395 ::file-selector-button {
390 font: inherit; 396 font: inherit;
391 } 397 }
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
...@@ -17,10 +17,10 @@ ...@@ -17,10 +17,10 @@
17 "watch-run-css": "nodemon --watch src/sass/ --ext scss --exec \"npm-run-all css\"", 17 "watch-run-css": "nodemon --watch src/sass/ --ext scss --exec \"npm-run-all css\"",
18 "watch-run-js": "nodemon --watch src/js/ --ext js --exec \"npm-run-all js\"", 18 "watch-run-js": "nodemon --watch src/js/ --ext js --exec \"npm-run-all js\"",
19 "copy-assets": "node src/build/copy-assets.js", 19 "copy-assets": "node src/build/copy-assets.js",
20 "postcss-pxtorem": "node src/build/postcss-pxtorem.js",
20 "dist": "npm-run-all --parallel css js", 21 "dist": "npm-run-all --parallel css js",
21 "dist-build": "node src/build/dist-build.js", 22 "dist-build": "node src/build/dist-build.js",
22 "dist-clean": "node src/build/dist-clean.js", 23 "dist-clean": "node src/build/dist-clean.js"
23 "postcss-pxtorem": "node src/build/postcss-pxtorem.js"
24 }, 24 },
25 "engines": { 25 "engines": {
26 "node": ">=14" 26 "node": ">=14"
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 Author: the Understrap Contributors 5 Author: the Understrap Contributors
6 Author URI: https://github.com/understrap/understrap-child/graphs/contributors 6 Author URI: https://github.com/understrap/understrap-child/graphs/contributors
7 Template: understrap 7 Template: understrap
8 Version: 1.1.17 8 Version: 1.1.18
9 License: GNU General Public License v2 or later 9 License: GNU General Public License v2 or later
10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
11 Text Domain: understrap-child 11 Text Domain: understrap-child
......