@brillout/docpress 0.17.3 → 0.17.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -156,8 +156,7 @@
156
156
  * https://github.com/brillout/docpress/blob/08b63e867c4c052479e19a6943ca5535b2762d02/src/css/code/block.css#L40-L56
157
157
  */
158
158
  @media not all and (hover: hover) and (pointer: fine) {
159
- .choice-group__selects,
160
- .copy-button {
159
+ .choice-group__selects {
161
160
  opacity: 1 !important;
162
161
  }
163
162
  .choice-select__option {
@@ -38,6 +38,9 @@ figure[data-rehype-pretty-code-figure] {
38
38
  * - https://stackoverflow.com/questions/23885255/how-to-remove-ignore-hover-css-style-on-touch-devices/64553121#64553121
39
39
  */
40
40
  @media not all and (hover: hover) and (pointer: fine) {
41
+ .copy-button {
42
+ opacity: 1 !important;
43
+ }
41
44
  @container container-viewport (max-width: 620px) {
42
45
  pre > code {
43
46
  font-size: 0.7em !important;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brillout/docpress",
3
- "version": "0.17.3",
3
+ "version": "0.17.4",
4
4
  "type": "module",
5
5
  "dependencies": {
6
6
  "@brillout/picocolors": "^1.0.10",