Skip to content

Commit

Permalink
change in cursor pointer in css
Browse files Browse the repository at this point in the history
  • Loading branch information
rohir1132yadav committed Jun 2, 2024
1 parent b82473b commit 84394f7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ body {
}

.icon {
cursor:pointer;
display: inline-block;
font-size: inherit;
overflow: visible;
Expand All @@ -55,6 +56,7 @@ body {
}

.range {
cursor:pointer;
position: relative;
width: 14em;
z-index: 1;
Expand All @@ -64,20 +66,23 @@ body {
margin-bottom: 2em;
}
.range__label {
cursor:pointer;
position: relative;
font-size: 0.9em;
line-height: 0.75em;
padding-bottom: 0.5em;
z-index: 2;
}
.range__track {
cursor:pointer;
position: relative;
height: 1em;
margin-left: 0.5em;
margin-right: 0.5em;
z-index: 3;
}
.range__track-line {
cursor:pointer;
position: absolute;
background: rgba(0, 0, 0, 0.2);
height: 2px;
Expand All @@ -88,6 +93,7 @@ body {
transform-origin: left center;
}
.range__handle {
cursor:pointer;
position: absolute;
width: 0;
height: 0;
Expand All @@ -97,6 +103,7 @@ body {
z-index: 1;
}
.range__handle div {
cursor:pointer;
transition: background 500ms ease;
position: absolute;
left: 0;
Expand All @@ -123,6 +130,7 @@ body {
margin-top: -1.5em;
}
.range__list {
cursor:pointer;
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
Expand Down Expand Up @@ -152,6 +160,7 @@ body {
height: 100%;
content: "";
opacity: 0.5;
cursor:pointer;
}
.range--color-hue .range__handle {
color: red;
Expand Down Expand Up @@ -182,6 +191,7 @@ body {
}

.stats {
cursor:pointer;
position: relative;
width: 14em;
cursor:pointer;
Expand Down Expand Up @@ -210,6 +220,7 @@ body {
}

.text {
cursor:pointer;
position: absolute;
left: 0;
right: 0;
Expand Down

0 comments on commit 84394f7

Please sign in to comment.