Fixes
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
package nl.astraeus.vst.ui.components
|
||||
|
||||
import kotlinx.html.classes
|
||||
import kotlinx.html.js.onMouseDownFunction
|
||||
import kotlinx.html.js.onMouseUpFunction
|
||||
import kotlinx.html.js.onMouseWheelFunction
|
||||
import kotlinx.html.span
|
||||
import kotlinx.html.style
|
||||
@@ -276,6 +274,7 @@ open class BaseKnobComponent(
|
||||
|
||||
select(cls(KnobVolumeCls)) {
|
||||
plain("fill", Color.transparent)
|
||||
//plain("stroke", Css.currentStyle.mainFontColor)
|
||||
color(Css.currentStyle.mainFontColor)
|
||||
plain("stroke-width", "5")
|
||||
//plain("stroke-dasharray", "4")
|
||||
@@ -284,7 +283,8 @@ open class BaseKnobComponent(
|
||||
|
||||
select(cls(KnobVolumeBackgroundCls)) {
|
||||
plain("fill", Color.transparent)
|
||||
color(Css.currentStyle.mainFontColor)
|
||||
//plain("stroke", Css.currentStyle.mainFontColor.darken(20))
|
||||
color(Css.currentStyle.mainFontColor.darken(20))
|
||||
plain("stroke-width", "5")
|
||||
//plain("stroke-dasharray", "4")
|
||||
plain("fill-opacity", "0.5")
|
||||
|
||||
Reference in New Issue
Block a user