Skip to content

Commit

Permalink
chore: lint css file
Browse files Browse the repository at this point in the history
  • Loading branch information
vedhav committed Aug 7, 2024
1 parent afb463d commit 0512807
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions inst/css/Previewer.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
/* teal.reporter Previewer css */

/* highlight the icon when hover */
span.preview_card_control i:hover {
span.preview_card_control i:hover {
color: blue;
}

.previewer_buttons_line {
display: flex;
flex-wrap: wrap;
margin-right: 10px;
margin-right: 10px;
}

/* Disable any anchor with disabled class */
Expand All @@ -19,20 +19,20 @@ a.disabled {
text-decoration: none;
}

a[id$=download_data].disabled,
a[id$=download_data_prev].disabled {
a[id$="download_data"].disabled,
a[id$="download_data_prev"].disabled {
border: 0;
color: white;
background-color: darkgrey;
}

/* icons in the previewer */
.icon_previewer {
float:right;
margin-left:10px;
margin-right:10px;
margin-top:10px;
color:#337ab7;
float: right;
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
color: #337ab7;
}

/* prevents oversizing elements covered by shinybusy::block */
Expand Down

0 comments on commit 0512807

Please sign in to comment.