Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
joshine
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
joshine
Commits
e07bb941
Commit
e07bb941
authored
Apr 27, 2023
by
halweg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
详情页主图添加cursor
parent
4caef90d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
1 deletions
+13
-1
app/design/frontend/Joshine/breeze/web/css/_joshine_utils.less
+5
-0
app/design/frontend/Joshine/breeze/web/images/cursor-zoom-in.svg
+7
-0
lib/web/mage/gallery/gallery.html
+1
-1
No files found.
app/design/frontend/Joshine/breeze/web/css/_joshine_utils.less
View file @
e07bb941
...
...
@@ -361,4 +361,8 @@ fieldset[disabled] a.joshine-btn {
left: auto;
z-index: 12;
cursor: url('@{baseDir}images/favicon-next.ico'), auto;
}
.cursor-zoom-in:hover {
cursor: url('@{baseDir}images/cursor-zoom-in.svg'), auto;
}
\ No newline at end of file
app/design/frontend/Joshine/breeze/web/images/cursor-zoom-in.svg
0 → 100644
View file @
e07bb941
<svg
width=
"35"
height=
"35"
viewBox=
"0 0 35 35"
xmlns=
"http://www.w3.org/2000/svg"
>
<g
fill=
"none"
fill-rule=
"nonzero"
>
<circle
fill=
"#ffffff"
cx=
"17.5"
cy=
"17.5"
r=
"17.5"
/>
<path
fill=
"#5c5c5c"
d=
"M24 18h-6v6h-1v-6h-6v-1h6v-6h1v6h6"
/>
</g>
</svg>
\ No newline at end of file
lib/web/mage/gallery/gallery.html
View file @
e07bb941
...
...
@@ -11,7 +11,7 @@
<div
class=
"fotorama__arr fotorama__arr--prev"
tabindex=
"0"
role=
"button"
aria-label=
"Previous"
data-gallery-role=
"arrow"
>
<div
class=
"fotorama__arr__arr"
></div>
</div>
<div
class=
"fotorama__stage__shaft"
tabindex=
"0"
data-gallery-role=
"stage-shaft"
>
<div
class=
"fotorama__stage__shaft
cursor-zoom-in
"
tabindex=
"0"
data-gallery-role=
"stage-shaft"
>
</div>
<div
class=
"fotorama__arr fotorama__arr--next fotorama__arr--disabled"
tabindex=
"-1"
role=
"button"
aria-label=
"Next"
data-gallery-role=
"arrow"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment