Files
element-plus/packages/theme-chalk
mashuo 811a2f75cf fix(components): add class name and disable style when disabling upload (#17753)
* fix(components): add class name and disable style when disabling upload

closed #17746

* style(components): hover and focus styles when the upload is disabled

* style(components): hover and focus styles when the upload is disabled

closed #17746

* style(components): simplifiser CSS-stiler

When disabling upload, use "pointer events" to unfocus the mouse and set "tabindex" to -1 to unfocus
the tab

closed #17746

* style(components): disable upload status and set focus style

closed #17746

* style(components): disable upload status and set focus style

closed #17746

* style(components): disable style for upload component

Add background color and text color for disabled status and add disabled attribute to input.

closed #17746
2024-08-06 20:38:41 +08:00
..

element-theme-chalk

element component chalk theme.

Installation

npm i element-plus

Usage

Use Sass import

@use 'element-plus/lib/theme-chalk/index.scss';

Or Use vite/webpack

import 'element-plus/lib/theme-chalk/index.css'

Or

<link
  rel="stylesheet"
  href="https://unpkg.com/element-plus/lib/theme-chalk/index.css"
/>

Import on demand

import 'element-plus/lib/theme-chalk/input.css'
import 'element-plus/lib/theme-chalk/select.css'

// ...