Skip to content

Commit

Permalink
Fix underline in edit screen (#79)
Browse files Browse the repository at this point in the history
Changed from Background to Border now
Removed Duplicate

![image](https://puu.sh/D9cTe/a380ef1255.gif)
  • Loading branch information
Alipoodle authored and MarshallOfSound committed Apr 23, 2019
1 parent c27b4e6 commit c9edeab
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions lib/common.css
Expand Up @@ -131,7 +131,7 @@ paper-ripple#ink.paper-slider {
}

.paper-input-container-0 .focused-line.paper-input-container {
background-color: <<FORE_SECONDARY>>;
border-bottom: 2px solid <<FORE_SECONDARY>>;
}

#player.material .material-player-middle paper-icon-button[data-id="repeat"][value="LIST_REPEAT"],
Expand Down Expand Up @@ -196,10 +196,6 @@ button.goog-buttonset-default:hover {
--sj-play-button-pulse-color: <<ALPHA 0.3>><<FORE_SECONDARY>><</ALPHA>>;
}

.focused-line.paper-input-container {
background-color: <<FORE_SECONDARY>>;
}

.input-content.label-is-floating.paper-input-container label,
.input-content.label-is-floating.paper-input-container .paper-input-label {
color: <<FORE_SECONDARY>>;
Expand Down Expand Up @@ -253,4 +249,4 @@ paper-dialog textarea::selection {
gpm-detail-page-header #playButton #buttonContent {
background: <<FORE_SECONDARY>>;
}
/** Update End **/
/** Update End **/

0 comments on commit c9edeab

Please sign in to comment.