Skip to content

Commit

Permalink
[#12607] add mouse hover and add dotted line to the icon (#12623)
Browse files Browse the repository at this point in the history
* solve the 12607 issue, put mouse hover and add dotted line to the icon

* solve the 12607 issue, put mouse hover and add dotted line to the icon

* solve the 12607 issue, put mouse hover and add dotted line to the icon

---------

Co-authored-by: Wei Qing <[email protected]>
  • Loading branch information
Jiaqi093 and weiquu authored Dec 4, 2023
1 parent bfcd355 commit 21c8835
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/web/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,18 @@ label {
--bs-navbar-hover-color: white;
}

// mouse hover on the icon "i"
a:hover {
cursor: pointer;
}

// dotted line below the icon "i"
a i.fa-info-circle {
border-bottom: 2px dotted #000;
padding-bottom: 2px;
box-sizing: border-box;
}

// overrides default table-responsive scrolling
.table-responsive {
-webkit-overflow-scrolling: auto;
Expand Down

0 comments on commit 21c8835

Please sign in to comment.