0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-09 20:12:41 +00:00

divider color to currentColor keyword

This commit is contained in:
Víctor Losada Hernández
2023-12-28 17:31:06 +01:00
parent c97e2be9d5
commit 76d17baf7e

View File

@@ -67,7 +67,7 @@
} }
} }
&.divider { &.divider {
background: linear-gradient(#000, #000) no-repeat center/1px 100%; background: linear-gradient(currentColor, currentColor) no-repeat center/1px 100%;
width: 5px; width: 5px;
&:hover{ &:hover{
background-color: inherit; background-color: inherit;
@@ -110,7 +110,7 @@
.tooltipLeft("Edit Brew Properties"); .tooltipLeft("Edit Brew Properties");
} }
.snippetGroup{ .snippetGroup{
border-right : 1px solid black; border-right : 1px solid currentColor;
&:hover{ &:hover{
&>.dropdown{ &>.dropdown{
visibility : visible; visibility : visible;