css type fixes

This commit is contained in:
Yuri Kuznetsov
2022-08-06 10:56:35 +03:00
parent f924f60de3
commit 8bccde26d2
3 changed files with 7 additions and 1 deletions
+1
View File
@@ -272,6 +272,7 @@
background-color: transparent;
}
&.dropdown-toggle[aria-expanded="true"],
&:hover {
.far,
.fas {
+5
View File
@@ -189,6 +189,11 @@ blockquote {
top: -1px;
}
a:focus:not(:hover):not(.btn) {
text-decoration: none;
color: var(--link-color);
}
a.text-muted:hover,
a.text-muted:focus {
color: var(--text-muted-color);
+1 -1
View File
@@ -19,7 +19,7 @@
&:focus,
&.focus {
color: @color;
background-color: @hover-bg;
background-color: @background;
border-color: @border;
}
&:hover {