CSS Fixes (#920)
This commit is contained in:
parent
0eea37e72a
commit
e2a6b4595b
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ $themes: (
|
||||||
modal-background-color: #f4f4f4,
|
modal-background-color: #f4f4f4,
|
||||||
modal-button-background-color: #e6e6e6,
|
modal-button-background-color: #e6e6e6,
|
||||||
modal-border-color: rgba(17, 17, 17, 0.3),
|
modal-border-color: rgba(17, 17, 17, 0.3),
|
||||||
modal-boder-selected-color: #B9D0E1,
|
modal-border-selected-color: #B9D0E1,
|
||||||
icon-color: $icon-color,
|
icon-color: $icon-color,
|
||||||
icon-hover-color: $icon-hover-color,
|
icon-hover-color: $icon-hover-color,
|
||||||
icon-toast-hover-color: $white,
|
icon-toast-hover-color: $white,
|
||||||
|
|
|
@ -51,7 +51,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltipped-n::before,
|
.tooltipped-n::before,
|
||||||
.tooltipped::before,
|
.tooltipped::before
|
||||||
{
|
{
|
||||||
@include themify() {
|
@include themify() {
|
||||||
color: getThemifyVariable('button-background-hover-color');
|
color: getThemifyVariable('button-background-hover-color');
|
||||||
|
|
Loading…
Reference in a new issue