MediaWiki:Common.css: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 1,053: | Line 1,053: | ||
transition: 0.15s ease; | transition: 0.15s ease; | ||
position: relative; | |||
} | } | ||
| Line 1,063: | Line 1,065: | ||
border-color: rgba(245,196,0,0.80); | border-color: rgba(245,196,0,0.80); | ||
background: rgba(245,196,0,0.10); | background: rgba(245,196,0,0.10); | ||
} | |||
/* Arrow indicator for active item */ | |||
.ooo-browser__item.is-active::after { | |||
content: ""; | |||
position: absolute; | |||
right: -14px; | |||
top: 50%; | |||
transform: translateY(-50%); | |||
width: 0; | |||
height: 0; | |||
border-top: 8px solid transparent; | |||
border-bottom: 8px solid transparent; | |||
border-left: 10px solid var(--ooo-accent); | |||
} | } | ||