Skip to content

Commit

Permalink
Merge pull request #4823 from epwinchell/styling_cleanup12
Browse files Browse the repository at this point in the history
Styling cleanup
  • Loading branch information
mzazrivec authored Oct 25, 2018
2 parents cb080ec + 7315094 commit f2e9caf
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions app/assets/stylesheets/patternfly_overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -964,17 +964,6 @@ fieldset {
}

/************ Hover Buttons ************/
.rollover img,
input.rollover {
display: block;
}

.rollover img:hover,
img.rollover:hover,
input.rollover:hover,
i.rollover:hover {
background: #e4e4e4;
}

.dimmed {
background: #f5f5f5;
Expand All @@ -983,25 +972,6 @@ i.rollover:hover {
opacity: 0.4;
}

img.small,
input.small {
border: 0;
float: left;
height: 24px;
margin: 0;
padding: 0;
width: 24px;
}

img.tiny {
border: 0;
height: 20px;
margin: 0;
padding: 0;
vertical-align: bottom;
width: 20px;
}

/************ Misc ************/

/* select boxes */
Expand Down

0 comments on commit f2e9caf

Please sign in to comment.