mirror of
https://gh.wpcy.net/https://github.com/woocommerce/woocommerce-rest-api-docs.git
synced 2026-04-25 04:52:16 +08:00
14 lines
223 B
SCSS
14 lines
223 B
SCSS
.lang-selector {
|
|
a {
|
|
border-top: 4px solid $lang-select-bg;
|
|
padding: 10px 20px;
|
|
|
|
&:active, &:focus, &:hover {
|
|
border-top-color: #873EFF;
|
|
}
|
|
|
|
&.active {
|
|
border-top-color: #873EFF;
|
|
}
|
|
}
|
|
}
|