981
pakeitimas
Nėra keitimo santraukos |
SNėra keitimo santraukos |
||
| 71 eilutė: | 71 eilutė: | ||
} | } | ||
/* | /* Base */ | ||
.mw-editsection- | .mw-editsection a::before { | ||
content: ""; | |||
display: block; | |||
width: 14px; | |||
height: 14px; | |||
background-size: contain; | |||
background-repeat: no-repeat; | |||
filter: invert(1); | |||
} | |||
/* Visual (first link) */ | |||
.mw-editsection a:first-of-type::before { | |||
background-image: url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/icons/pencil.svg"); | background-image: url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/icons/pencil.svg"); | ||
} | } | ||
/* | /* Source (second link) */ | ||
.mw-editsection- | .mw-editsection a:last-of-type::before { | ||
background-image: url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/icons/code-slash.svg"); | background-image: url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/icons/code-slash.svg"); | ||
} | } | ||