MediaWiki:Common.css:修订间差异
| (未显示同一用户的2个中间版本) | |||
| 第285行: | 第285行: | ||
border: none; | border: none; | ||
cursor: pointer; | cursor: pointer; | ||
z-index: 1; | |||
} | } | ||
| 第295行: | 第296行: | ||
content: ''; | content: ''; | ||
position: absolute; | position: absolute; | ||
top: 0; | |||
left: 0; | left: 0; | ||
width: 0; | width: 0; | ||
height: 100%; | height: 100%; | ||
background: | background: var(--box-shadow-color-progressive-selected--hover, #447ff5); | ||
transition: width 0.3s ease; | transition: width 0.3s ease; | ||
z-index: -1; | |||
} | } | ||
.tabber__tab:hover { | .tabber__tab:hover { | ||
color: var(--color- | color: var(--background-color-neutral-subtle, #f8f9fa) !important; | ||
} | } | ||
| 第313行: | 第315行: | ||
.tabber__tab[aria-selected='true']::after { | .tabber__tab[aria-selected='true']::after { | ||
width: 100%; | width: 100%; | ||
background: var(- | background: var(--color-progressive, #36c); | ||
} | } | ||