Skip to content

Commit

Permalink
「アイコンリスト」と「アイコンリスト内の字下げリスト」間の関係によるアイコン非表示の不具合修正
Browse files Browse the repository at this point in the history
  • Loading branch information
yhira committed Jan 30, 2024
1 parent b30508c commit 54b3cbb
Show file tree
Hide file tree
Showing 5 changed files with 108 additions and 109 deletions.
36 changes: 18 additions & 18 deletions amp.css
Expand Up @@ -9735,88 +9735,88 @@ https://codepen.io/nxworld/pen/oLdoWb
}

.is-style-icon-list-check > li::before {
content: "\e90a";
content: "\e90a" !important;
}

.is-style-icon-list-check-valid > li::before {
content: "\e908";
content: "\e908" !important;
}

.is-style-icon-list-check-disabled > li::before {
content: "\e909";
content: "\e909" !important;
}

.is-style-icon-list-circle > li::before {
content: "\e90b";
content: "\e90b" !important;
color: #9ccc65 !important;
}

.is-style-icon-list-triangle > li::before {
content: "\e91b";
content: "\e91b" !important;
color: #ffca28 !important;
}

.is-style-icon-list-cross > li::before {
content: "\e922";
content: "\e922" !important;
color: #ff7043 !important;
}

.is-style-icon-list-info > li::before {
content: "\e910";
content: "\e910" !important;
color: #4fc3f7 !important;
}

.is-style-icon-list-question > li::before {
content: "\e90f";
content: "\e90f" !important;
color: #ffca28 !important;
}

.is-style-icon-list-warning > li::before {
content: "\e921";
content: "\e921" !important;
color: #ff7043 !important;
}

.is-style-icon-list-paw > li::before {
content: "\e907";
content: "\e907" !important;
color: #946243 !important;
}

.is-style-icon-list-thumb-up > li::before {
content: "\e918";
content: "\e918" !important;
color: #4db6ac !important;
}

.is-style-icon-list-thumb-down > li::before {
content: "\e91a";
content: "\e91a" !important;
color: #ee6e73 !important;
}

.is-style-icon-list-ban > li::before {
content: "\e90d";
content: "\e90d" !important;
color: #ff7043 !important;
}

.is-style-icon-list-user-man > li::before {
content: "\e91d";
content: "\e91d" !important;
color: #7986cb !important;
}

.is-style-icon-list-user-woman > li::before {
content: "\e91e";
content: "\e91e" !important;
color: #ee6e73 !important;
}

.is-style-icon-list-comment > li::before {
content: "\e911";
content: "\e911" !important;
}

.is-style-icon-list-heart > li::before {
content: "\e9da";
content: "\e9da" !important;
color: #ef5350 !important;
}

.is-style-icon-list-heart-broken > li::before {
content: "\e9db";
content: "\e9db" !important;
color: #ef5350 !important;
}

Expand Down
72 changes: 36 additions & 36 deletions css/admin.css
Expand Up @@ -8987,71 +8987,71 @@ body.wp-admin {
width: 1em;
}
.admin-settings .demo .is-style-icon-list-check > li::before {
content: "\e90a";
content: "\e90a" !important;
}
.admin-settings .demo .is-style-icon-list-check-valid > li::before {
content: "\e908";
content: "\e908" !important;
}
.admin-settings .demo .is-style-icon-list-check-disabled > li::before {
content: "\e909";
content: "\e909" !important;
}
.admin-settings .demo .is-style-icon-list-circle > li::before {
content: "\e90b";
content: "\e90b" !important;
color: #9ccc65 !important;
}
.admin-settings .demo .is-style-icon-list-triangle > li::before {
content: "\e91b";
content: "\e91b" !important;
color: #ffca28 !important;
}
.admin-settings .demo .is-style-icon-list-cross > li::before {
content: "\e922";
content: "\e922" !important;
color: #ff7043 !important;
}
.admin-settings .demo .is-style-icon-list-info > li::before {
content: "\e910";
content: "\e910" !important;
color: #4fc3f7 !important;
}
.admin-settings .demo .is-style-icon-list-question > li::before {
content: "\e90f";
content: "\e90f" !important;
color: #ffca28 !important;
}
.admin-settings .demo .is-style-icon-list-warning > li::before {
content: "\e921";
content: "\e921" !important;
color: #ff7043 !important;
}
.admin-settings .demo .is-style-icon-list-paw > li::before {
content: "\e907";
content: "\e907" !important;
color: #946243 !important;
}
.admin-settings .demo .is-style-icon-list-thumb-up > li::before {
content: "\e918";
content: "\e918" !important;
color: #4db6ac !important;
}
.admin-settings .demo .is-style-icon-list-thumb-down > li::before {
content: "\e91a";
content: "\e91a" !important;
color: #ee6e73 !important;
}
.admin-settings .demo .is-style-icon-list-ban > li::before {
content: "\e90d";
content: "\e90d" !important;
color: #ff7043 !important;
}
.admin-settings .demo .is-style-icon-list-user-man > li::before {
content: "\e91d";
content: "\e91d" !important;
color: #7986cb !important;
}
.admin-settings .demo .is-style-icon-list-user-woman > li::before {
content: "\e91e";
content: "\e91e" !important;
color: #ee6e73 !important;
}
.admin-settings .demo .is-style-icon-list-comment > li::before {
content: "\e911";
content: "\e911" !important;
}
.admin-settings .demo .is-style-icon-list-heart > li::before {
content: "\e9da";
content: "\e9da" !important;
color: #ef5350 !important;
}
.admin-settings .demo .is-style-icon-list-heart-broken > li::before {
content: "\e9db";
content: "\e9db" !important;
color: #ef5350 !important;
}
.admin-settings .demo .no-border {
Expand Down Expand Up @@ -17229,71 +17229,71 @@ body.wp-admin {
width: 1em;
}
.admin-settings .demo .is-style-icon-list-check > li::before {
content: "\e90a";
content: "\e90a" !important;
}
.admin-settings .demo .is-style-icon-list-check-valid > li::before {
content: "\e908";
content: "\e908" !important;
}
.admin-settings .demo .is-style-icon-list-check-disabled > li::before {
content: "\e909";
content: "\e909" !important;
}
.admin-settings .demo .is-style-icon-list-circle > li::before {
content: "\e90b";
content: "\e90b" !important;
color: #9ccc65 !important;
}
.admin-settings .demo .is-style-icon-list-triangle > li::before {
content: "\e91b";
content: "\e91b" !important;
color: #ffca28 !important;
}
.admin-settings .demo .is-style-icon-list-cross > li::before {
content: "\e922";
content: "\e922" !important;
color: #ff7043 !important;
}
.admin-settings .demo .is-style-icon-list-info > li::before {
content: "\e910";
content: "\e910" !important;
color: #4fc3f7 !important;
}
.admin-settings .demo .is-style-icon-list-question > li::before {
content: "\e90f";
content: "\e90f" !important;
color: #ffca28 !important;
}
.admin-settings .demo .is-style-icon-list-warning > li::before {
content: "\e921";
content: "\e921" !important;
color: #ff7043 !important;
}
.admin-settings .demo .is-style-icon-list-paw > li::before {
content: "\e907";
content: "\e907" !important;
color: #946243 !important;
}
.admin-settings .demo .is-style-icon-list-thumb-up > li::before {
content: "\e918";
content: "\e918" !important;
color: #4db6ac !important;
}
.admin-settings .demo .is-style-icon-list-thumb-down > li::before {
content: "\e91a";
content: "\e91a" !important;
color: #ee6e73 !important;
}
.admin-settings .demo .is-style-icon-list-ban > li::before {
content: "\e90d";
content: "\e90d" !important;
color: #ff7043 !important;
}
.admin-settings .demo .is-style-icon-list-user-man > li::before {
content: "\e91d";
content: "\e91d" !important;
color: #7986cb !important;
}
.admin-settings .demo .is-style-icon-list-user-woman > li::before {
content: "\e91e";
content: "\e91e" !important;
color: #ee6e73 !important;
}
.admin-settings .demo .is-style-icon-list-comment > li::before {
content: "\e911";
content: "\e911" !important;
}
.admin-settings .demo .is-style-icon-list-heart > li::before {
content: "\e9da";
content: "\e9da" !important;
color: #ef5350 !important;
}
.admin-settings .demo .is-style-icon-list-heart-broken > li::before {
content: "\e9db";
content: "\e9db" !important;
color: #ef5350 !important;
}
.admin-settings .demo .no-border {
Expand Down
36 changes: 18 additions & 18 deletions css/gutenberg-editor.css
Expand Up @@ -4731,88 +4731,88 @@ figcaption {
}

.is-style-icon-list-check > li::before {
content: "\e90a";
content: "\e90a" !important;
}

.is-style-icon-list-check-valid > li::before {
content: "\e908";
content: "\e908" !important;
}

.is-style-icon-list-check-disabled > li::before {
content: "\e909";
content: "\e909" !important;
}

.is-style-icon-list-circle > li::before {
content: "\e90b";
content: "\e90b" !important;
color: #9ccc65 !important;
}

.is-style-icon-list-triangle > li::before {
content: "\e91b";
content: "\e91b" !important;
color: #ffca28 !important;
}

.is-style-icon-list-cross > li::before {
content: "\e922";
content: "\e922" !important;
color: #ff7043 !important;
}

.is-style-icon-list-info > li::before {
content: "\e910";
content: "\e910" !important;
color: #4fc3f7 !important;
}

.is-style-icon-list-question > li::before {
content: "\e90f";
content: "\e90f" !important;
color: #ffca28 !important;
}

.is-style-icon-list-warning > li::before {
content: "\e921";
content: "\e921" !important;
color: #ff7043 !important;
}

.is-style-icon-list-paw > li::before {
content: "\e907";
content: "\e907" !important;
color: #946243 !important;
}

.is-style-icon-list-thumb-up > li::before {
content: "\e918";
content: "\e918" !important;
color: #4db6ac !important;
}

.is-style-icon-list-thumb-down > li::before {
content: "\e91a";
content: "\e91a" !important;
color: #ee6e73 !important;
}

.is-style-icon-list-ban > li::before {
content: "\e90d";
content: "\e90d" !important;
color: #ff7043 !important;
}

.is-style-icon-list-user-man > li::before {
content: "\e91d";
content: "\e91d" !important;
color: #7986cb !important;
}

.is-style-icon-list-user-woman > li::before {
content: "\e91e";
content: "\e91e" !important;
color: #ee6e73 !important;
}

.is-style-icon-list-comment > li::before {
content: "\e911";
content: "\e911" !important;
}

.is-style-icon-list-heart > li::before {
content: "\e9da";
content: "\e9da" !important;
color: #ef5350 !important;
}

.is-style-icon-list-heart-broken > li::before {
content: "\e9db";
content: "\e9db" !important;
color: #ef5350 !important;
}

Expand Down

0 comments on commit 54b3cbb

Please sign in to comment.