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_selectors.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_selectors.ts')
| -rw-r--r-- | src/gmail_selectors.ts | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/src/gmail_selectors.ts b/src/gmail_selectors.ts new file mode 100644 index 0000000..70b91e1 --- /dev/null +++ b/src/gmail_selectors.ts @@ -0,0 +1,5 @@ +export type GmailCSSClass = string; + +export const TOOLS_PANEL: GmailCSSClass = 'bAw'; +export const SIDEBAR: GmailCSSClass = 'aeN'; +export const MESSAGE_PAGER: GmailCSSClass = 'AO'; | 
