This is a migrated thread and some comments may be shown as answers.

Undefined variable in DropDownList.Metro.scss

1 Answer 35 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
Morten
Top achievements
Rank 2
Iron
Iron
Veteran
Morten asked on 26 Sep 2014, 11:30 AM
Syntax error: Undefined variable: "$button-hovered-gradient". on line 71 of ./Metro/DropDownList.Metro.scss 66: // Hovered state 67: .rddlHovered { 68: border-color: $button-hovered-border; 69: color: $button-hovered-color; 70: background-color: $button-hovered-bg; 71: background-image: linear-gradient( $button-hovered-gradient ); 72: 73: 74: // Textbox 75: .rddlFakeInput {} 76: 
 
 
 
 
     
    

After upgrading to the latest hotfix (Telerik_UI_for_ASP.NET_AJAX_2014_2_923_Dev_hotfix) I'm getting the above error when loading a aspx page with a single DropDownList.

The page renders, however at the to the error is inserted.

<%@ Page Language="VB" AutoEventWireup="false" CodeFile="TEST.aspx.vb" Inherits="TEST" %>
 
<!DOCTYPE html>
 
<head runat="server">
    <title></title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        <telerik:RadScriptManager runat="server" ID="sm"></telerik:RadScriptManager>
        <telerik:RadDropDownList runat="server" ID="x"></telerik:RadDropDownList>
    </div>
    </form>
</body>
</html>



    
    
 

 


   

1 Answer, 1 is accepted

Sort by
0
Morten
Top achievements
Rank 2
Iron
Iron
Veteran
answered on 26 Sep 2014, 11:36 AM
Telerik_UI_for_ASP.NET_AJAX_2014_2_724_Dev_hotfix does not have the issue
Tags
DropDownList
Asked by
Morten
Top achievements
Rank 2
Iron
Iron
Veteran
Answers by
Morten
Top achievements
Rank 2
Iron
Iron
Veteran
Share this question
or