Sass fixes
parent
cbc6186936
commit
940fb3e816
|
@ -52,6 +52,7 @@
|
||||||
border-top-left-radius: 6px;
|
border-top-left-radius: 6px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
--p-focus-ring-offset: -1px;
|
--p-focus-ring-offset: -1px;
|
||||||
|
@include focus-visible();
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
border-bottom-color: var(--hover-border-color);
|
border-bottom-color: var(--hover-border-color);
|
||||||
|
@ -61,7 +62,6 @@
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@include focus-visible();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&.doc-tabmenu-active {
|
&.doc-tabmenu-active {
|
||||||
|
@ -215,8 +215,8 @@
|
||||||
outline-color: transparent;
|
outline-color: transparent;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
@include focus-visible();
|
|
||||||
--p-focus-ring-offset: -1px;
|
--p-focus-ring-offset: -1px;
|
||||||
|
@include focus-visible();
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|
|
@ -49,6 +49,7 @@
|
||||||
text-align: left;
|
text-align: left;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
--p-focus-ring-offset: -1px;
|
||||||
@include focus-visible();
|
@include focus-visible();
|
||||||
|
|
||||||
.menu-icon {
|
.menu-icon {
|
||||||
|
@ -98,9 +99,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@include focus-visible();
|
|
||||||
--p-focus-ring-offset: -1px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
> div {
|
> div {
|
||||||
|
@ -123,9 +121,8 @@
|
||||||
transition: outline-color 0.2s, border-color .2s;
|
transition: outline-color 0.2s, border-color .2s;
|
||||||
outline-color: transparent;
|
outline-color: transparent;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
@include focus-visible();
|
|
||||||
--p-focus-ring-offset: -1px;
|
--p-focus-ring-offset: -1px;
|
||||||
|
@include focus-visible();
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
border-left-color: var(--hover-border-color);
|
border-left-color: var(--hover-border-color);
|
||||||
|
|
Loading…
Reference in New Issue