diff options
| author | Teddy Wing | 2019-05-01 19:27:08 +0200 | 
|---|---|---|
| committer | Teddy Wing | 2019-05-01 19:27:08 +0200 | 
| commit | a53af133bc8ac5b72769307703e1ae1cfbcce99a (patch) | |
| tree | 6a118bde32eca7a8415d87e0ea1f2b6fb5f478d3 /src/gmail_css_class.ts | |
| parent | e9fa4200e3d27c14bbf8e020a8c70d0f806a2ad6 (diff) | |
| download | muttagen-a53af133bc8ac5b72769307703e1ae1cfbcce99a.tar.bz2 | |
Rename 'gmail_css_class' to 'gmail_selectors'
Since I'd like to put non-class selectors in this module now.
Diffstat (limited to 'src/gmail_css_class.ts')
| -rw-r--r-- | src/gmail_css_class.ts | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/src/gmail_css_class.ts b/src/gmail_css_class.ts deleted file mode 100644 index 70b91e1..0000000 --- a/src/gmail_css_class.ts +++ /dev/null @@ -1,5 +0,0 @@ -export type GmailCSSClass = string; - -export const TOOLS_PANEL: GmailCSSClass = 'bAw'; -export const SIDEBAR: GmailCSSClass = 'aeN'; -export const MESSAGE_PAGER: GmailCSSClass = 'AO'; | 
