mirror of https://github.com/OCA/social.git
[FIX][website_mass_mailing_name] Show disabled name. (#83)
[FIX]website_mass_mailing_name: Show disabled name. When the snippet appears as disabled, do not hide the name field.pull/96/head
parent
e07bfe1d92
commit
c6588471ab
|
@ -3,7 +3,7 @@
|
||||||
* License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). */
|
* License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). */
|
||||||
.js_subscribe .form-control {
|
.js_subscribe .form-control {
|
||||||
width: 50%; }
|
width: 50%; }
|
||||||
.js_subscribe[data-subscribe=on] .js_subscribe_name {
|
.js_subscribe[data-subscribe="on"] .js_subscribe_name:not([disabled]) {
|
||||||
display: none; }
|
display: none; }
|
||||||
|
|
||||||
/*# sourceMappingURL=website_mass_mailing_name.css.map */
|
/*# sourceMappingURL=website_mass_mailing_name.css.map */
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"version": 3,
|
"version": 3,
|
||||||
"mappings": ";;;AAKI,2BAAa;EACT,KAAK,EAAE,GAAG;AAGV,mDAAkB;EACd,OAAO,EAAE,IAAI",
|
"mappings": ";;;AAKI,2BAAa;EACT,KAAK,EAAE,GAAG;AAGV,qEAAkC;EAC9B,OAAO,EAAE,IAAI",
|
||||||
"sources": ["website_mass_mailing_name.sass"],
|
"sources": ["website_mass_mailing_name.sass"],
|
||||||
"names": [],
|
"names": [],
|
||||||
"file": "website_mass_mailing_name.css"
|
"file": "website_mass_mailing_name.css"
|
||||||
|
|
|
@ -6,6 +6,6 @@
|
||||||
.form-control
|
.form-control
|
||||||
width: 50%
|
width: 50%
|
||||||
|
|
||||||
&[data-subscribe=on]
|
&[data-subscribe="on"]
|
||||||
.js_subscribe_name
|
.js_subscribe_name:not([disabled])
|
||||||
display: none
|
display: none
|
||||||
|
|
Loading…
Reference in New Issue