Шаблон:Наука клана/styles.css: различия между версиями
Нет описания правки |
Нет описания правки |
||
| Строка 1: | Строка 1: | ||
.tabs__caption { | .tabs__caption { | ||
display: flex; | display: flex; | ||
| Строка 16: | Строка 12: | ||
.tabs__caption li:not(.active) { | .tabs__caption li:not(.active) { | ||
cursor: pointer; | cursor: pointer; | ||
filter: grayscale(100%); | |||
} | |||
.tabs__caption .active { | |||
filter: grayscale(0); | |||
} | } | ||
Версия от 15:13, 7 сентября 2022
.tabs__caption {
display: flex;
flex-wrap: wrap;
position: relative;
}
.tabs__caption li {
position: relative;
list-style: none;
}
.tabs__caption li:not(.active) {
cursor: pointer;
filter: grayscale(100%);
}
.tabs__caption .active {
filter: grayscale(0);
}