Skip to content

Commit

Permalink
CSS: Add smooth transition on action-table hover
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Oct 28, 2015
1 parent fd8a9e9 commit 9463e16
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/css/icinga/main.less
Expand Up @@ -135,8 +135,12 @@ dl.name-value-list {

table.action-table {
tbody tr {
.transition(background-color 0.3s ease);

&.active {
background-color: @gray-lighter;
// Auto-refresh must not start transition
transition: none;
}

&:hover {
Expand Down

0 comments on commit 9463e16

Please sign in to comment.