Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
beyaz committed Sep 7, 2024
1 parent 02da583 commit 4bad7f5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions ReactWithDotNet/Mixin.1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,6 @@ public static partial class Mixin
/// </summary>
public static StyleModifier ClearRight => Clear("right");

/// <summary>
/// style.color = 'white'
/// </summary>
public static StyleModifier ColorWhite => Color("white");

/// <summary>
/// style.color = 'inherit'
/// </summary>
public static StyleModifier ColorInherit=> Color("inherit");

public static StyleModifier CursorDefault => Cursor("default");
public static StyleModifier CursorPointer => Cursor("pointer");

Expand Down

0 comments on commit 4bad7f5

Please sign in to comment.