Avoid duplicate html ids for the settings panel triggers
Bug: 57353 Change-Id: I144b7612639147fc96ef1506c454954d605958e9
This commit is contained in:
committed by
Nikerabbit
parent
3f4f5021f8
commit
d2522e40dc
@@ -80,15 +80,13 @@
|
|||||||
border-left-color: #3366BB;
|
border-left-color: #3366BB;
|
||||||
}
|
}
|
||||||
|
|
||||||
#input-settings-block.menu-section,
|
.settings-menu-items .menu-section {
|
||||||
#display-settings-block.menu-section {
|
|
||||||
background-position: 6% 6px;
|
background-position: 6% 6px;
|
||||||
padding-left: 40px;
|
padding-left: 40px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
#input-settings-block.menu-section:hover,
|
.settings-menu-items .menu-section:hover {
|
||||||
#display-settings-block.menu-section:hover {
|
|
||||||
background-color: #F5F5F5;
|
background-color: #F5F5F5;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -123,4 +121,4 @@ label.checkbox input[type="checkbox"] {
|
|||||||
|
|
||||||
.waiting {
|
.waiting {
|
||||||
cursor: progress;
|
cursor: progress;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -132,7 +132,7 @@
|
|||||||
.text( module.description );
|
.text( module.description );
|
||||||
$settingsLink = $( '<div>' )
|
$settingsLink = $( '<div>' )
|
||||||
.addClass( moduleName + '-settings-block menu-section' )
|
.addClass( moduleName + '-settings-block menu-section' )
|
||||||
.prop( 'id', moduleName + '-settings-block' )
|
.prop( 'id', moduleName + '-panel-trigger' )
|
||||||
.data( 'module', module )
|
.data( 'module', module )
|
||||||
.append(
|
.append(
|
||||||
$settingsTitle,
|
$settingsTitle,
|
||||||
|
|||||||
Reference in New Issue
Block a user