Skip to content

Commit

Permalink
187 color scheme for disabled button (#252)
Browse files Browse the repository at this point in the history
Closes #187 

Updated background color of two buttons (anchor elements) identified by
_partial ids_ in disabled state.

The background color is `darkgrey` nad text color is `white`.


![image](https://github.com/insightsengineering/teal.reporter/assets/114988527/1c619023-b017-4fad-897c-ffb604e74ef4)

![image](https://github.com/insightsengineering/teal.reporter/assets/114988527/a0a49e05-5efc-4ad6-b5aa-9725c949411e)
  • Loading branch information
chlebowa authored Feb 26, 2024
1 parent 6420832 commit 6dccc8c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions inst/css/Previewer.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ a.disabled {
text-decoration: none;
}

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;
Expand Down

0 comments on commit 6dccc8c

Please sign in to comment.