HighContrast: Update entry progress rendering

Adapt HighContrast to the changes in the pre-previous commit.
This commit is contained in:
Matthias Clasen 2015-10-23 16:16:55 -04:00
parent d8a3a4e7aa
commit 78309d8b00
2 changed files with 3 additions and 3 deletions

View File

@ -206,7 +206,7 @@ entry {
&:selected:focus {
@extend %selected_items;
}
&.progressbar {
& progressbar {
margin: 1px;
border-radius: 0;
border-width: 0 0 2px;

View File

@ -246,7 +246,7 @@ entry {
entry:selected, entry:backdrop:selected {
background-color: #000;
color: #fff; }
entry.progressbar {
entry progressbar {
margin: 1px;
border-radius: 0;
border-width: 0 0 2px;
@ -255,7 +255,7 @@ entry {
background-image: none;
background-color: transparent;
box-shadow: none; }
entry.progressbar:backdrop {
entry progressbar:backdrop {
background-color: transparent; }
.linked entry:first-child {
border-top-right-radius: 0;