Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
select_icons
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
select_icons
Commits
c134690a
Commit
c134690a
authored
3 years ago
by
Florent Torregrosa
Committed by
Florent Torregrosa
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3265454
by Grimreaper: Fix Spellcheck
parent
2a5d492b
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
css/seven/selectmenu.css
+1
-1
1 addition, 1 deletion
css/seven/selectmenu.css
select_icons.info.yml
+1
-1
1 addition, 1 deletion
select_icons.info.yml
tests/src/FunctionalJavascript/SelectIconsElementIntegrationTest.php
+1
-1
1 addition, 1 deletion
...unctionalJavascript/SelectIconsElementIntegrationTest.php
with
3 additions
and
3 deletions
css/seven/selectmenu.css
+
1
−
1
View file @
c134690a
...
...
@@ -149,7 +149,7 @@
background
:
#0072b9
;
}
/* Fix element position when is presented inside dragable table */
/* Fix element position when is presented inside drag
g
able table */
tr
.draggable
.form-type-select-icons
{
display
:
inline-block
;
}
...
...
This diff is collapsed.
Click to expand it.
select_icons.info.yml
+
1
−
1
View file @
c134690a
name
:
'
Select
Icons'
type
:
module
description
:
'
Provides
FAPI
select
element
with
icons
u
tili
sing
jQuery
UI.'
description
:
'
Provides
FAPI
select
element
with
icons
using
jQuery
UI.'
core_version_requirement
:
^9 || ^10
package
:
'
Forms
API'
dependencies
:
...
...
This diff is collapsed.
Click to expand it.
tests/src/FunctionalJavascript/SelectIconsElementIntegrationTest.php
+
1
−
1
View file @
c134690a
...
...
@@ -32,7 +32,7 @@ class SelectIconsElementIntegrationTest extends WebDriverTestBase {
/**
* Test select icons element.
*/
public
function
testSelecIconsRenderedFormElement
():
void
{
public
function
testSelec
t
IconsRenderedFormElement
():
void
{
$this
->
drupalGet
(
'select_icons_test/form_element'
);
$page
=
$this
->
getSession
()
->
getPage
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment