Skip to content

Commit

Permalink
入力フォーム文字色と背景色の不具合修正
Browse files Browse the repository at this point in the history
  • Loading branch information
yhira committed Apr 7, 2024
1 parent 0983ad8 commit 3792bfb
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions amp.css
Expand Up @@ -166,8 +166,6 @@
border-radius: var(--cocoon-basic-border-radius);
font-size: inherit;
width: 100%;
color: inherit;
background-color: inherit;
}

.fz-12px {
Expand Down
2 changes: 0 additions & 2 deletions css/admin.css
Expand Up @@ -185,8 +185,6 @@ body.wp-admin {
border-radius: var(--cocoon-basic-border-radius);
font-size: inherit;
width: 100%;
color: inherit;
background-color: inherit;
}

.snippet-list {
Expand Down
2 changes: 0 additions & 2 deletions scss/_defins.scss
Expand Up @@ -387,8 +387,6 @@ $form_padding: 11px;
border-radius: var(--cocoon-basic-border-radius);
font-size: inherit;
width: 100%;
color: inherit;
background-color: inherit;
}

///////////////////////////////////////////
Expand Down
2 changes: 0 additions & 2 deletions style.css
Expand Up @@ -191,8 +191,6 @@ select, .search-edit {
border-radius: var(--cocoon-basic-border-radius);
font-size: inherit;
width: 100%;
color: inherit;
background-color: inherit;
}

.fz-12px {
Expand Down

0 comments on commit 3792bfb

Please sign in to comment.