Skip to content

Commit

Permalink
Not needed since we removed the border
Browse files Browse the repository at this point in the history
  • Loading branch information
afonic committed Nov 5, 2024
1 parent bceb4ff commit d947a7f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
File renamed without changes.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions resources/build/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"isEntry": true
},
"resources/js/app.js": {
"file": "assets/app-7Sb3vxRs.js",
"file": "assets/app-D6zAi7DK.js",
"name": "app",
"src": "resources/js/app.js",
"isEntry": true,
"css": [
"assets/app-DUsbCOhS.css"
"assets/app-ps5XeKkp.css"
]
}
}
4 changes: 2 additions & 2 deletions resources/css/nouislider.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,15 @@
height: var(--noui-handle-height);
border-radius: var(--noui-handle-radius);
right: calc(var(--noui-handle-width) / 2 * -1);
top: calc(((var(--noui-handle-height) - var(--noui-height)) / 2 * -1) - 1px)
top: calc((var(--noui-handle-height) - var(--noui-height)) / 2 * -1);
}
.noUi-vertical {
width: var(--noui-width);
}
.noUi-vertical .noUi-handle {
width: var(--noui-handle-width);
height: var(--noui-handle-height);
right: calc(((var(--noui-handle-width) - var(--noui-height)) / 2 * -1) - 1px);
right: calc((var(--noui-handle-width) - var(--noui-height)) / 2 * -1);
bottom: calc(var(--noui-handle-height) / 2 * -1);
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
Expand Down

0 comments on commit d947a7f

Please sign in to comment.