mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 21:02:41 +01:00
Remove gradient on highlighted object items
Summary: We removed other gradients, but not this one, for consistency. Test Plan: UIExamples Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D10737
This commit is contained in:
parent
7ee7f14b79
commit
3a80061a10
2 changed files with 7 additions and 7 deletions
|
@ -7,7 +7,7 @@
|
|||
*/
|
||||
return array(
|
||||
'names' => array(
|
||||
'core.pkg.css' => '37feac72',
|
||||
'core.pkg.css' => '8f1544a4',
|
||||
'core.pkg.js' => 'cbdbd552',
|
||||
'darkconsole.pkg.js' => 'df001cab',
|
||||
'differential.pkg.css' => '8af45893',
|
||||
|
@ -134,7 +134,7 @@ return array(
|
|||
'rsrc/css/phui/phui-info-panel.css' => '27ea50a1',
|
||||
'rsrc/css/phui/phui-list.css' => '43ed2d93',
|
||||
'rsrc/css/phui/phui-object-box.css' => 'e9f7e938',
|
||||
'rsrc/css/phui/phui-object-item-list-view.css' => 'bf6da979',
|
||||
'rsrc/css/phui/phui-object-item-list-view.css' => '5053dee8',
|
||||
'rsrc/css/phui/phui-pinboard-view.css' => '3dd4a269',
|
||||
'rsrc/css/phui/phui-property-list-view.css' => '3eff4eb4',
|
||||
'rsrc/css/phui/phui-remarkup-preview.css' => '19ad512b',
|
||||
|
@ -777,7 +777,7 @@ return array(
|
|||
'phui-info-panel-css' => '27ea50a1',
|
||||
'phui-list-view-css' => '43ed2d93',
|
||||
'phui-object-box-css' => 'e9f7e938',
|
||||
'phui-object-item-list-view-css' => 'bf6da979',
|
||||
'phui-object-item-list-view-css' => '5053dee8',
|
||||
'phui-pinboard-view-css' => '3dd4a269',
|
||||
'phui-property-list-view-css' => '3eff4eb4',
|
||||
'phui-remarkup-preview-css' => '19ad512b',
|
||||
|
|
|
@ -430,13 +430,13 @@
|
|||
|
||||
*/
|
||||
|
||||
.phui-object-item-highlighted {
|
||||
.phui-object-item.phui-object-item-highlighted {
|
||||
background: {$lightyellow};
|
||||
border-left-color: {$yellow};
|
||||
}
|
||||
|
||||
.phui-object-item.phui-object-item-highlighted {
|
||||
background-image: linear-gradient(to bottom, rgb(253, 255, 221), rgb(243, 245, 206));
|
||||
background-image: -webkit-linear-gradient(top, rgb(253, 255, 221), rgb(243, 245, 206));
|
||||
.phui-object-item-highlighted .phui-object-item-frame {
|
||||
border-color: {$yellow};
|
||||
}
|
||||
|
||||
.phui-object-item-selected {
|
||||
|
|
Loading…
Reference in a new issue