-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(VS15): Fix install link color on download widget
- Move common fixes to `common/_fixes.scss` - Simplify imports
- Loading branch information
1 parent
d1b16bd
commit 3e48a5a
Showing
8 changed files
with
56 additions
and
81 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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
/* For some reason applying background-color or border fixes paddings | ||
properties */ | ||
QListWidget::item { | ||
border-width: 0; | ||
} | ||
|
||
/* Don't override install label on download widget. | ||
MO2 assigns color depending on download state */ | ||
#installLabel { | ||
color: none; | ||
} | ||
|
||
/* Make `background-color` work for :hover, :focus and :pressed states */ | ||
QToolButton { | ||
border: none; | ||
} |
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
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,11 +1,5 @@ | ||
@charset "UTF-8"; | ||
|
||
@import "version"; | ||
|
||
@import "dark-base"; | ||
|
||
@import "dark-green"; | ||
|
||
@import "base-options"; | ||
|
||
@import "base"; |
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,11 +1,5 @@ | ||
@charset "UTF-8"; | ||
|
||
@import "version"; | ||
|
||
@import "dark-base"; | ||
|
||
@import "dark-orange"; | ||
|
||
@import "base-options"; | ||
|
||
@import "base"; |
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,11 +1,5 @@ | ||
@charset "UTF-8"; | ||
|
||
@import "version"; | ||
|
||
@import "dark-base"; | ||
|
||
@import "dark-purple"; | ||
|
||
@import "base-options"; | ||
|
||
@import "base"; |
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,11 +1,5 @@ | ||
@charset "UTF-8"; | ||
|
||
@import "version"; | ||
|
||
@import "dark-base"; | ||
|
||
@import "dark-red"; | ||
|
||
@import "base-options"; | ||
|
||
@import "base"; |
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,11 +1,5 @@ | ||
@charset "UTF-8"; | ||
|
||
@import "version"; | ||
|
||
@import "dark-base"; | ||
|
||
@import "dark-yellow"; | ||
|
||
@import "base-options"; | ||
|
||
@import "base"; |
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,11 +1,5 @@ | ||
@charset "UTF-8"; | ||
|
||
@import "version"; | ||
|
||
@import "dark-base"; | ||
|
||
@import "dark-blue"; | ||
|
||
@import "base-options"; | ||
|
||
@import "base"; |