Skip to content

Commit

Permalink
some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ru-danko committed May 9, 2024
1 parent 145f95f commit 4f73068
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@
.DS_Store
/static/data/*
wrangler.toml
package-lock.json
13 changes: 4 additions & 9 deletions src/components/Tips/Tips.scss
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
.tips {
cursor: help;
&::before {
&::after {
position: absolute;
}
&::before {
margin-top: 1.5rem;
border-radius: 0.25rem;
color: rgb(0, 40, 150);
background-color: rgb(236, 250, 252);
padding: 0.25rem;
padding: 0.35rem;
white-space: nowrap;
}
&:hover, &:focus {
&::before {
content: attr(data-tips);
}
&::after {
content: '';
content: attr(data-tips);
}
}
.tipsSymbol:after {
Expand Down

0 comments on commit 4f73068

Please sign in to comment.