3066977c by Jeff Balicki

ee

1 parent de2f21b2
This diff could not be displayed because it is too large.
......@@ -94,8 +94,10 @@ p {
abbr[title],
abbr[data-bs-original-title] {
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
-webkit-text-decoration-skip-ink: none;
text-decoration-skip-ink: none;
}
......@@ -386,6 +388,10 @@ legend + * {
padding: 0;
}
::-webkit-file-upload-button {
font: inherit;
}
::file-selector-button {
font: inherit;
}
......@@ -1150,4 +1156,4 @@ body.understrap-no-sidebar .wp-block-cover.alignwide {
font-weight: 500;
}
/*# sourceMappingURL=custom-editor-style.css.map */
/*# sourceMappingURL=custom-editor-style.css.map */
\ No newline at end of file
......
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 @@
"watch-run-css": "nodemon --watch src/sass/ --ext scss --exec \"npm-run-all css\"",
"watch-run-js": "nodemon --watch src/js/ --ext js --exec \"npm-run-all js\"",
"copy-assets": "node src/build/copy-assets.js",
"postcss-pxtorem": "node src/build/postcss-pxtorem.js",
"dist": "npm-run-all --parallel css js",
"dist-build": "node src/build/dist-build.js",
"dist-clean": "node src/build/dist-clean.js",
"postcss-pxtorem": "node src/build/postcss-pxtorem.js"
"dist-clean": "node src/build/dist-clean.js"
},
"engines": {
"node": ">=14"
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.1.17
Version: 1.1.18
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......