mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-26 16:52:41 +01:00
Fix text-shadown on text-buttons.
Summary: Missed this case in last test. Test Plan: View Action List UIExample Page, no shadows. Reviewers: vrana Reviewed By: vrana CC: epriestley, aran Differential Revision: https://secure.phabricator.com/D3935
This commit is contained in:
parent
ead96f467b
commit
5769cd3ca3
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@
|
||||||
color: #3b5998;
|
color: #3b5998;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
text-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.phabricator-action-view button.phabricator-action-view-item,
|
.phabricator-action-view button.phabricator-action-view-item,
|
||||||
|
|
Loading…
Reference in a new issue