Initial Drupal 11 with DDEV setup
This commit is contained in:
9
web/core/modules/options/css/options.icon.theme.css
Normal file
9
web/core/modules/options/css/options.icon.theme.css
Normal file
@ -0,0 +1,9 @@
|
||||
/*
|
||||
* DO NOT EDIT THIS FILE.
|
||||
* See the following change record for more information,
|
||||
* https://www.drupal.org/node/3084859
|
||||
* @preserve
|
||||
*/
|
||||
.field-icon-selection_list {
|
||||
background-image: url("data:image/svg+xml,%3csvg height='36' viewBox='0 0 36 36' width='36' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m4.98 9.51v2.49h5.04v-4.98h-5.04zm7.02 0v1.47h19.98v-2.94h-19.98zm-7.02 9v2.49h5.04v-4.98h-5.04zm7.02-.03v1.5h19.98v-3h-19.98zm-7.02 9.03v2.49h5.04v-4.98h-5.04zm7.02 0v1.47h19.98v-2.94h-19.98z' fill='%2355565b'/%3e%3c/svg%3e");
|
||||
}
|
||||
3
web/core/modules/options/css/options.icon.theme.pcss.css
Normal file
3
web/core/modules/options/css/options.icon.theme.pcss.css
Normal file
@ -0,0 +1,3 @@
|
||||
.field-icon-selection_list {
|
||||
background-image: url(../../../misc/icons/55565b/selection_list.svg);
|
||||
}
|
||||
Reference in New Issue
Block a user