mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Fix white corner bleed on workcards
Summary: There is a hair of #fff hanging out on the right side, round it a bit. Test Plan: ZOOOOM IN on a Workboard Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D15138
This commit is contained in:
parent
4d498466c3
commit
33e9033b99
2 changed files with 3 additions and 4 deletions
|
@ -154,7 +154,7 @@ return array(
|
|||
'rsrc/css/phui/phui-timeline-view.css' => '2efceff8',
|
||||
'rsrc/css/phui/phui-two-column-view.css' => 'c75bfc5b',
|
||||
'rsrc/css/phui/workboards/phui-workboard.css' => 'b07a5524',
|
||||
'rsrc/css/phui/workboards/phui-workcard.css' => '8ac68d18',
|
||||
'rsrc/css/phui/workboards/phui-workcard.css' => 'ffb55371',
|
||||
'rsrc/css/phui/workboards/phui-workpanel.css' => 'e9339dc3',
|
||||
'rsrc/css/sprite-login.css' => '60e8560e',
|
||||
'rsrc/css/sprite-menu.css' => '9dd65b92',
|
||||
|
@ -832,7 +832,7 @@ return array(
|
|||
'phui-timeline-view-css' => '2efceff8',
|
||||
'phui-two-column-view-css' => 'c75bfc5b',
|
||||
'phui-workboard-view-css' => 'b07a5524',
|
||||
'phui-workcard-view-css' => '8ac68d18',
|
||||
'phui-workcard-view-css' => 'ffb55371',
|
||||
'phui-workpanel-view-css' => 'e9339dc3',
|
||||
'phuix-action-list-view' => 'b5c256b8',
|
||||
'phuix-action-view' => '8cf6d262',
|
||||
|
|
|
@ -4,8 +4,7 @@
|
|||
|
||||
.phui-workboard-view .phui-object-item {
|
||||
background-color: #fff;
|
||||
border-top-left-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
border-radius: 3px;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue