Skip to content

Commit

Permalink
背景アイコン部分の文字が選択できない不具合修正
Browse files Browse the repository at this point in the history
  • Loading branch information
yhira committed May 9, 2024
1 parent 035e33c commit 87bcbde
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions amp.css
Original file line number Diff line number Diff line change
Expand Up @@ -1798,6 +1798,7 @@ table :is(th, td):has(.s-circle, .d-circle, .triangle, .cross) {
top: 50%;
transform: translate(-50%, -50%);
width: 40px;
pointer-events: none;
}

.s-circle:before {
Expand Down
2 changes: 2 additions & 0 deletions css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -2177,6 +2177,7 @@ body.wp-admin {
top: 50%;
transform: translate(-50%, -50%);
width: 40px;
pointer-events: none;
}
.admin-settings .demo .s-circle:before {
background-color: #00bcd4;
Expand Down Expand Up @@ -10672,6 +10673,7 @@ body.wp-admin {
top: 50%;
transform: translate(-50%, -50%);
width: 40px;
pointer-events: none;
}
.admin-settings .demo .s-circle:before {
background-color: #00bcd4;
Expand Down
1 change: 1 addition & 0 deletions scss/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ table {
top: 50%;
transform: translate(-50%, -50%);
width: 40px;
pointer-events: none;
}

.s-circle:before {
Expand Down
1 change: 1 addition & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1823,6 +1823,7 @@ table :is(th, td):has(.s-circle, .d-circle, .triangle, .cross) {
top: 50%;
transform: translate(-50%, -50%);
width: 40px;
pointer-events: none;
}

.s-circle:before {
Expand Down

0 comments on commit 87bcbde

Please sign in to comment.