Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/js/landing/ui/field/color/src/processor/
Upload File :
Current File : /var/www/homesaver/www/bitrix/js/landing/ui/field/color/src/processor/navbar_color_hover.js

import Color from './color';

export default class NavbarColorHover extends Color
{
	constructor(options)
	{
		super(options);
		this.setEventNamespace('BX.Landing.UI.Field.Processor.NavbarColorHover');
		this.property = 'color';
		this.variableName = '--navbar-color--hover';
		this.className = 'u-navbar-color--hover';
		this.pseudoClass = ':hover';
	}
}