981
pakeitimas
SNėra keitimo santraukos |
SNėra keitimo santraukos |
||
| 39 eilutė: | 39 eilutė: | ||
.mw-editsection a { | .mw-editsection a { | ||
display: inline-flex; | |||
align-items: center; | |||
justify-content: center; | |||
width: 18px; | |||
height: 18px; | |||
margin-left: 6px; | margin-left: 6px; | ||
opacity: 0.6; | opacity: 0.6; | ||
transition: opacity 0.2s ease; | transition: opacity 0.2s ease; | ||
text-decoration: none; | |||
overflow: hidden; | |||
white-space: nowrap; | |||
text-indent: -9999px; | |||
} | } | ||
| 49 eilutė: | 57 eilutė: | ||
} | } | ||
/* | /* Shared icon base */ | ||
.mw-editsection | .mw-editsection a::before { | ||
content: ""; | content: ""; | ||
display: | display: block; | ||
width: 14px; | width: 14px; | ||
height: 14px; | height: 14px; | ||
background-size: contain; | background-size: contain; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
text-indent: 0; /* reset */ | |||
} | |||
/* Pencil */ | |||
.mw-editsection-visualeditor a::before { | |||
background-image: url("https://upload.wikimedia.org/wikipedia/commons/3/3c/OOjs_UI_icon_edit-ltr.svg"); | |||
} | } | ||
/* Code */ | /* Code */ | ||
.mw-editsection-source a::before { | .mw-editsection-source a::before { | ||
background-image: url("https://upload.wikimedia.org/wikipedia/commons/6/6a/OOjs_UI_icon_code.svg"); | background-image: url("https://upload.wikimedia.org/wikipedia/commons/6/6a/OOjs_UI_icon_code.svg"); | ||
} | } | ||