Skip to content

Commit 7481e5c

Browse files
committed
fix: placeholder icon place
1 parent 6a12575 commit 7481e5c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

chrome/skin/common/tabview-frame.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1115,9 +1115,10 @@ input.name:focus {
11151115
border-bottom-color: rgba(128,128,128,0.25);
11161116
}
11171117

1118-
input.name:not(:focus)::-moz-placeholder {
1118+
input.name:placeholder-shown:not(:focus) {
11191119
background-image: var(--group-titlebar-edit-icon);
11201120
background-repeat: no-repeat;
1121+
background-position-y: center;
11211122
}
11221123

11231124
input.name.unnamed-group:not(:focus) {

0 commit comments

Comments
 (0)