-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7c89f72
commit c45d730
Showing
17 changed files
with
51 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,10 @@ | ||
*-temp.scss | ||
release/Fluent-green.tar.xz | ||
release/Fluent-grey.tar.xz | ||
release/Fluent-orange.tar.xz | ||
release/Fluent-pink.tar.xz | ||
release/Fluent-purple.tar.xz | ||
release/Fluent-red.tar.xz | ||
release/Fluent-teal.tar.xz | ||
release/Fluent-yellow.tar.xz | ||
release/Fluent.tar.xz |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -158,14 +158,19 @@ flowbox { | |
padding: $container-padding; | ||
border-radius: $corner-radius; | ||
|
||
label.version-label { background-clip: border-box; } | ||
|
||
&:focus { | ||
background-image: url("assets/selected-line.png"), url("assets/[email protected]"); | ||
background-position: ($container-padding - 2px) center; | ||
background-repeat: no-repeat; | ||
background-size: 3px 32px; | ||
outline: none; | ||
} | ||
|
||
&:selected { @extend %selected_items_color; } | ||
&:selected { | ||
@extend %selected_items_color; | ||
} | ||
} | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -186,11 +186,16 @@ flowbox flowboxchild { | |
border-radius: 2px; | ||
} | ||
|
||
flowbox flowboxchild label.version-label { | ||
background-clip: border-box; | ||
} | ||
|
||
flowbox flowboxchild:focus { | ||
background-image: url("assets/selected-line.png"), url("assets/[email protected]"); | ||
background-image: url("assets/selected-line.png"), url("assets/[email protected]"), image(rgba(0, 0, 0, 0.04)); | ||
background-position: 2px center; | ||
background-repeat: no-repeat; | ||
background-size: 3px 32px; | ||
outline: none; | ||
} | ||
|
||
.content-view .tile:selected { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -186,11 +186,16 @@ flowbox flowboxchild { | |
border-radius: 2px; | ||
} | ||
|
||
flowbox flowboxchild label.version-label { | ||
background-clip: border-box; | ||
} | ||
|
||
flowbox flowboxchild:focus { | ||
background-image: url("assets/selected-line.png"), url("assets/[email protected]"); | ||
background-image: url("assets/selected-line.png"), url("assets/[email protected]"), image(rgba(255, 255, 255, 0.04)); | ||
background-position: 2px center; | ||
background-repeat: no-repeat; | ||
background-size: 3px 32px; | ||
outline: none; | ||
} | ||
|
||
.content-view .tile:selected { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -186,11 +186,16 @@ flowbox flowboxchild { | |
border-radius: 2px; | ||
} | ||
|
||
flowbox flowboxchild label.version-label { | ||
background-clip: border-box; | ||
} | ||
|
||
flowbox flowboxchild:focus { | ||
background-image: url("assets/selected-line.png"), url("assets/[email protected]"); | ||
background-image: url("assets/selected-line.png"), url("assets/[email protected]"), image(rgba(255, 255, 255, 0.04)); | ||
background-position: 4px center; | ||
background-repeat: no-repeat; | ||
background-size: 3px 32px; | ||
outline: none; | ||
} | ||
|
||
.content-view .tile:selected { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -186,11 +186,16 @@ flowbox flowboxchild { | |
border-radius: 2px; | ||
} | ||
|
||
flowbox flowboxchild label.version-label { | ||
background-clip: border-box; | ||
} | ||
|
||
flowbox flowboxchild:focus { | ||
background-image: url("assets/selected-line.png"), url("assets/[email protected]"); | ||
background-image: url("assets/selected-line.png"), url("assets/[email protected]"), image(rgba(0, 0, 0, 0.04)); | ||
background-position: 2px center; | ||
background-repeat: no-repeat; | ||
background-size: 3px 32px; | ||
outline: none; | ||
} | ||
|
||
.content-view .tile:selected { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -186,11 +186,16 @@ flowbox flowboxchild { | |
border-radius: 2px; | ||
} | ||
|
||
flowbox flowboxchild label.version-label { | ||
background-clip: border-box; | ||
} | ||
|
||
flowbox flowboxchild:focus { | ||
background-image: url("assets/selected-line.png"), url("assets/[email protected]"); | ||
background-image: url("assets/selected-line.png"), url("assets/[email protected]"), image(rgba(0, 0, 0, 0.04)); | ||
background-position: 4px center; | ||
background-repeat: no-repeat; | ||
background-size: 3px 32px; | ||
outline: none; | ||
} | ||
|
||
.content-view .tile:selected { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -186,11 +186,16 @@ flowbox flowboxchild { | |
border-radius: 2px; | ||
} | ||
|
||
flowbox flowboxchild label.version-label { | ||
background-clip: border-box; | ||
} | ||
|
||
flowbox flowboxchild:focus { | ||
background-image: url("assets/selected-line.png"), url("assets/[email protected]"); | ||
background-image: url("assets/selected-line.png"), url("assets/[email protected]"), image(rgba(0, 0, 0, 0.04)); | ||
background-position: 4px center; | ||
background-repeat: no-repeat; | ||
background-size: 3px 32px; | ||
outline: none; | ||
} | ||
|
||
.content-view .tile:selected { | ||
|