Update Composer, update everything
This commit is contained in:
parent
ea3e94409f
commit
dda5c284b6
19527 changed files with 1135420 additions and 351004 deletions
25
web/modules/contrib/webform/css/webform.element.more.css
Normal file
25
web/modules/contrib/webform/css/webform.element.more.css
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
/**
|
||||
* @file
|
||||
* Element more styles.
|
||||
*/
|
||||
|
||||
.webform-element-more--link {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.webform-element-more--link:before {
|
||||
content: '► ';
|
||||
font-size: .8em;
|
||||
}
|
||||
|
||||
.webform-element-more.is-open .webform-element-more--link:before {
|
||||
content: '▼ ';
|
||||
}
|
||||
|
||||
html.js .webform-element-more--link {
|
||||
display: block;
|
||||
}
|
||||
|
||||
html.js .webform-element-more--content {
|
||||
display: none;
|
||||
}
|
||||
Reference in a new issue