Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
8bce36ba
Commit
8bce36ba
authored
Sep 03, 2014
by
webchick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2330465
by rachel_norfolk: Fixed Remove entity_reference.admin.css.
parent
8f18b14c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
10 deletions
+0
-10
core/modules/entity_reference/css/entity_reference.admin.css
core/modules/entity_reference/css/entity_reference.admin.css
+0
-7
core/modules/entity_reference/src/ConfigurableEntityReferenceItem.php
.../entity_reference/src/ConfigurableEntityReferenceItem.php
+0
-3
No files found.
core/modules/entity_reference/css/entity_reference.admin.css
deleted
100644 → 0
View file @
8f18b14c
.entity_reference-settings
{
margin-left
:
1.5em
;
/* LTR */
}
[
dir
=
"rtl"
]
.entity_reference-settings
{
margin-right
:
1.5em
;
}
core/modules/entity_reference/src/ConfigurableEntityReferenceItem.php
View file @
8bce36ba
...
...
@@ -197,9 +197,6 @@ public function instanceSettingsForm(array $form, FormStateInterface $form_state
$form
=
array
(
'#type'
=>
'container'
,
'#attached'
=>
array
(
'css'
=>
array
(
drupal_get_path
(
'module'
,
'entity_reference'
)
.
'/css/entity_reference.admin.css'
),
),
'#process'
=>
array
(
'_entity_reference_field_instance_settings_ajax_process'
,
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment