Skip to content

Commit

Permalink
fix: removed double background-color assignment in Channel.css
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon committed Jun 24, 2019
1 parent face0e3 commit 9213f50
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/assets/css/Channel.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.channel-body {
background-color: #414040;
color: white;
background-color: #2f2f2f;
margin: 4px;
Expand Down Expand Up @@ -53,7 +52,7 @@
}

.channel-pst-button.on {
background-color: green;
background-color: green;
}

.channel-pfl-button {
Expand Down Expand Up @@ -206,4 +205,4 @@ input[type=range]:focus::-webkit-slider-runnable-track {

.channel-body.with-snaps .vumeter-body {
height: 230px;
}
}

0 comments on commit 9213f50

Please sign in to comment.