Skip to content

Commit

Permalink
Merge remote-tracking branch 'justin/FLUID-6166'
Browse files Browse the repository at this point in the history
* justin/FLUID-6166:
  FLUID-6166: Fixing class names to use themePicker
  • Loading branch information
cindyli committed Jul 11, 2017
2 parents 8402ae7 + 7ca6728 commit 1c59e60
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions src/framework/preferences/css/stylus/PrefsEditor.styl
Expand Up @@ -211,7 +211,7 @@

// control icons

.fl-icon-crossout:before, .fl-choice .fl-prefsEditor-contrast-defaultThemeLabel .fl-crossout:before {
.fl-icon-crossout:before, .fl-choice .fl-prefsEditor-themePicker-defaultThemeLabel .fl-crossout:before {
content: "\e004";
}
.fl-icon-big-a:before {
Expand All @@ -238,15 +238,15 @@
height: 1em;
}

.fl-prefsEditor-contrast-defaultThemeLabel .fl-crossout {
.fl-prefsEditor-themePicker-defaultThemeLabel .fl-crossout {
font-family: 'InfusionIcons' !important;
margin-top: -1.25em;
font-size: 1.85em;
}

label.fl-theme-prefsEditor-default,
label.fl-theme-prefsEditor-default span,
label.fl-prefsEditor-contrast-defaultThemeLabel .fl-crossout {
label.fl-prefsEditor-themePicker-defaultThemeLabel .fl-crossout {
background-color: #FFFFFF !important;
border-color: #433F3D !important;
color: #433F3D !important;
Expand Down
@@ -1,9 +1,9 @@
<h2>
<span class="fl-icon-contrast"></span>
<span class="flc-prefsEditor-styledRadioButton-label fl-heading-text"></span>
<span class="flc-prefsEditor-themePicker-label fl-heading-text"></span>
</h2>
<fieldset>
<legend class="flc-prefsEditor-styledRadioButton-descr fl-prefsEditor-panel-descr"></legend>
<legend class="flc-prefsEditor-themePicker-descr fl-prefsEditor-panel-descr"></legend>
<div class="fl-choices">
<div class="flc-prefsEditor-themeRow fl-choice">
<input type="radio" class="flc-prefsEditor-themeInput fl-hidden-accessible" name="theme" id="default" value="default" />
Expand Down
6 changes: 3 additions & 3 deletions src/framework/preferences/js/Panels.js
Expand Up @@ -719,11 +719,11 @@ var fluid_3_0_0 = fluid_3_0_0 || {};
themeRow: ".flc-prefsEditor-themeRow",
themeLabel: ".flc-prefsEditor-theme-label",
themeInput: ".flc-prefsEditor-themeInput",
label: ".flc-prefsEditor-styledRadioButton-label",
description: ".flc-prefsEditor-styledRadioButton-descr"
label: ".flc-prefsEditor-themePicker-label",
description: ".flc-prefsEditor-themePicker-descr"
},
styles: {
defaultThemeLabel: "fl-prefsEditor-styledRadioButton-defaultThemeLabel"
defaultThemeLabel: "fl-prefsEditor-themePicker-defaultThemeLabel"
},
repeatingSelectors: ["themeRow"],
protoTree: {
Expand Down

0 comments on commit 1c59e60

Please sign in to comment.