981
pakeitimas
SNėra keitimo santraukos |
SNėra keitimo santraukos |
||
| 28 eilutė: | 28 eilutė: | ||
font-family: 'JetBrains Mono', monospace !important; | font-family: 'JetBrains Mono', monospace !important; | ||
} | } | ||
.mw-editsection { | .mw-editsection { | ||
| 39 eilutė: | 40 eilutė: | ||
.mw-editsection a { | .mw-editsection a { | ||
display: inline-flex; | display: inline-flex; | ||
align-items: center; | align-items: center; | ||
justify-content: center; | justify-content: center; | ||
width: 18px; | width: 18px; | ||
height: 18px; | height: 18px; | ||
margin-left: 6px; | margin-left: 6px; | ||
opacity: 0. | opacity: 0.7; | ||
transition: opacity 0.2s ease; | transition: opacity 0.2s ease; | ||
text-decoration: none; | text-decoration: none; | ||
overflow: hidden; | overflow: hidden; | ||
white-space: nowrap; | white-space: nowrap; | ||
text-indent: -9999px; | text-indent: -9999px; | ||
} | } | ||
| 57 eilutė: | 58 eilutė: | ||
} | } | ||
/* | /* Base icon */ | ||
.mw-editsection a::before { | .mw-editsection a::before { | ||
content: ""; | content: ""; | ||
| 65 eilutė: | 66 eilutė: | ||
background-size: contain; | background-size: contain; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
/* IMPORTANT for dark themes */ | |||
filter: invert(1); | |||
} | } | ||
/* Pencil */ | /* Pencil */ | ||
.mw-editsection-visualeditor a::before { | .mw-editsection-visualeditor a::before { | ||
background-image: url("https:// | background-image: url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/icons/pencil.svg"); | ||
} | } | ||
/* Code */ | /* Code */ | ||
.mw-editsection-source a::before { | .mw-editsection-source a::before { | ||
background-image: url("https:// | background-image: url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/icons/code-slash.svg"); | ||
} | } | ||