Skip to content

Commit

Permalink
ボックスメニューの不要なCSSを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
yhira committed Nov 25, 2023
1 parent 6aae4fe commit 0cfb57a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 21 deletions.
4 changes: 0 additions & 4 deletions amp.css
Expand Up @@ -8797,7 +8797,6 @@ https://codepen.io/nxworld/pen/oLdoWb

.box-menus {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.box-menus * {
Expand All @@ -8818,9 +8817,6 @@ https://codepen.io/nxworld/pen/oLdoWb
box-shadow: inset 1px 1px 0 0 #e0ddd1, 1px 1px 0 0 #e0ddd1, 1px 0 0 0 #e0ddd1;
transition: none;
}
.box-menu:last-child {
margin-right: auto;
}
.box-menu:hover {
color: var(--cocoon-x-pallid-text-color);
z-index: 2;
Expand Down
8 changes: 0 additions & 8 deletions css/admin.css
Expand Up @@ -8156,7 +8156,6 @@ body.wp-admin {
}
.admin-settings .demo .box-menus {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.admin-settings .demo .box-menus * {
Expand All @@ -8176,9 +8175,6 @@ body.wp-admin {
box-shadow: inset 1px 1px 0 0 #e0ddd1, 1px 1px 0 0 #e0ddd1, 1px 0 0 0 #e0ddd1;
transition: none;
}
.admin-settings .demo .box-menu:last-child {
margin-right: auto;
}
.admin-settings .demo .box-menu:hover {
color: var(--cocoon-x-pallid-text-color);
z-index: 2;
Expand Down Expand Up @@ -16240,7 +16236,6 @@ body.wp-admin {
}
.admin-settings .demo .box-menus {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.admin-settings .demo .box-menus * {
Expand All @@ -16260,9 +16255,6 @@ body.wp-admin {
box-shadow: inset 1px 1px 0 0 #e0ddd1, 1px 1px 0 0 #e0ddd1, 1px 0 0 0 #e0ddd1;
transition: none;
}
.admin-settings .demo .box-menu:last-child {
margin-right: auto;
}
.admin-settings .demo .box-menu:hover {
color: var(--cocoon-x-pallid-text-color);
z-index: 2;
Expand Down
5 changes: 0 additions & 5 deletions scss/_box-menus.scss
@@ -1,8 +1,6 @@
.box-menus{
display: flex;
justify-content: center;
flex-wrap: wrap;
// margin: 18px 0;
*{
line-height: 1.6;
margin: 0;
Expand All @@ -21,9 +19,6 @@
color: var(--cocoon-x-pallid-text-color);
box-shadow: inset 1px 1px 0 0 #e0ddd1, 1px 1px 0 0 #e0ddd1, 1px 0 0 0 #e0ddd1;
transition: none;
&:last-child{
margin-right: auto;
}

&:hover{
color: var(--cocoon-x-pallid-text-color);
Expand Down
4 changes: 0 additions & 4 deletions style.css
Expand Up @@ -8822,7 +8822,6 @@ https://codepen.io/nxworld/pen/oLdoWb

.box-menus {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.box-menus * {
Expand All @@ -8843,9 +8842,6 @@ https://codepen.io/nxworld/pen/oLdoWb
box-shadow: inset 1px 1px 0 0 #e0ddd1, 1px 1px 0 0 #e0ddd1, 1px 0 0 0 #e0ddd1;
transition: none;
}
.box-menu:last-child {
margin-right: auto;
}
.box-menu:hover {
color: var(--cocoon-x-pallid-text-color);
z-index: 2;
Expand Down

0 comments on commit 0cfb57a

Please sign in to comment.