Skip to content

Commit

Permalink
Temporarily disable the tooltip since it's too annoying
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhappyasthma committed Jul 5, 2019
1 parent a482ef5 commit 102e3c1
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,20 @@ a[href=""] {

/** Tooltip source: https://www.webfx.com/blog/web-design/css-only-tooltips/ */
.tooltip {
border-bottom: 1px dotted #000000;
/** border-bottom: 1px dotted #000000; */
color: #000000;
outline: none;
cursor: help;
/** cursor: help; */
text-decoration: none;
position: relative;
}
.tooltip span {
margin-left: -999em;
position: absolute;
}

/** Temporarily disabled
.tooltip:hover span {
border-radius: 5px 5px;
-moz-border-radius: 5px;
Expand Down Expand Up @@ -60,15 +63,16 @@ a[href=""] {
display: block;
padding: 0.2em 0 0.6em 0;
}
* html a:hover {
background: transparent;
}
*/
.classic {
padding: 0.8em 1em;
}
.custom {
padding: 0.3em 0.8em 0.8em 1.5em;
}
* html a:hover {
background: transparent;
}
.classic {
background: #FFFFAA;
border: 1px solid #FFAD33;
Expand Down

0 comments on commit 102e3c1

Please sign in to comment.