0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-27 22:22:42 +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 {
background: linear-gradient(#000, #000) no-repeat center/1px 100%;
background: linear-gradient(currentColor, currentColor) no-repeat center/1px 100%;
width: 5px;
&:hover{
background-color: inherit;
@@ -110,7 +110,7 @@
.tooltipLeft("Edit Brew Properties");
}
.snippetGroup{
border-right : 1px solid black;
border-right : 1px solid currentColor;
&:hover{
&>.dropdown{
visibility : visible;