Skip to content

Commit

Permalink
Merge pull request #5295 from matsuoshi/fix-admin-button-color
Browse files Browse the repository at this point in the history
[4.1.2] 管理画面CSS 配送方法設定の削除ボタンが見えない件を修正
  • Loading branch information
chihiro-adachi authored Feb 9, 2022
2 parents 1256f5b + 69a9f71 commit a32b54a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
2 changes: 2 additions & 0 deletions html/template/admin/assets/css/bootstrap.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion html/template/admin/assets/css/bootstrap.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion html/template/admin/assets/css/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion html/template/admin/assets/css/bootstrap.min.css.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,16 @@ Styleguide 12.2
color: #262626;
}

.btn-ec-actionIcon{
.btn-ec-actionIcon {
@include button-variant(transparent, transparent, #EFF0F4, transparent, #EFF0F4, transparent );
padding: 6px 12px;
cursor:pointer;
}

a:not([href]):not([tabindex]).btn-ec-actionIcon {
color: inherit;
}

.btn-ec-actionIcon:hover {
color: #54687A;
}
Expand Down

0 comments on commit a32b54a

Please sign in to comment.