xi-conversations

Minimal clone of thunderbird conversations
git clone https://git.ce9e.org/xi-conversations.git

commit
b93ddeedebf1c4f0cd434e129c3cd7a4bd43bc0f
parent
eb3814810a623dc75a02f64339f140305c7d788c
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2022-01-16 21:27
rm special focus styling

default focus styling improved a lot

Diffstat

M src/scss/components/_attachments.scss 5 -----
M src/scss/components/_button.scss 3 +--
M src/scss/components/_dropdown.scss 3 +--

3 files changed, 2 insertions, 9 deletions


diff --git a/src/scss/components/_attachments.scss b/src/scss/components/_attachments.scss

@@ -12,9 +12,4 @@
   12    12 	text-decoration: none;
   13    13 	padding: 0.1em;
   14    14 	border-radius: 2px;
   15    -1 
   16    -1 	&:focus {
   17    -1 		background-color: -moz-CellHighlight;
   18    -1 		color: -moz-CellHighlightText;
   19    -1 	}
   20    15 }

diff --git a/src/scss/components/_button.scss b/src/scss/components/_button.scss

@@ -6,8 +6,7 @@
    6     6 	border-radius: 2px;
    7     7 	padding: 0.2em;
    8     8 
    9    -1 	&:hover,
   10    -1 	&:focus {
   -1     9 	&:hover {
   11    10 		border-color: ThreeDShadow;
   12    11 		background-color: ButtonHighlight;
   13    12 		transition: background-color 0.3s, border-color 0.3s;

diff --git a/src/scss/components/_dropdown.scss b/src/scss/components/_dropdown.scss

@@ -31,8 +31,7 @@
   31    31 		background-color: -moz-OddTreeRow;
   32    32 	}
   33    33 
   34    -1 	&:hover,
   35    -1 	&:focus {
   -1    34 	&:hover {
   36    35 		background-color: -moz-CellHighlight;
   37    36 		color: -moz-CellHighlightText;
   38    37 	}