From 0c1fb3e25e358987ef40a14a612a7b47d0082d08 Mon Sep 17 00:00:00 2001 From: TukanDev Date: Tue, 5 Jul 2022 20:48:34 +0200 Subject: [PATCH] remove hover and disabled state docs for bigbutton class --- docs/elementIds.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/elementIds.md b/docs/elementIds.md index f989d02..8f87a00 100644 --- a/docs/elementIds.md +++ b/docs/elementIds.md @@ -102,10 +102,7 @@ This is not full list of all classes, rather its list of classes for commonly us | .Class | Description | |-----------------------------|---------------------------------------------------------| | `.BigButton` | Class for all buttons | -| `.BigButtonText` | Text inside a button | -| `.BigButton:hover` | Hover state of all buttons | -| `.BigButton.disabled` | Disabled state of all buttons | -| `.BigButton.disabled:hover` | Disabled state with hover | +| `.BigButtonText` | Text inside a button | | | `.Checkbox` | Checkbox container | | `.CheckboxDisplay` | Content of checkbox | | `.DirInput` | Container for DirInput |