mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
fix focus highlight on bright theme
This commit is contained in:
parent
e780fe4067
commit
a5bd8b36b8
@ -16,6 +16,6 @@ limitations under the License.
|
||||
|
||||
.mx_AccessibleButton:focus {
|
||||
outline: 0;
|
||||
filter: brightness(200%);
|
||||
filter: brightness($focus-brightness);
|
||||
}
|
||||
|
||||
|
@ -15,6 +15,8 @@ $accent-color: #76CFA6;
|
||||
|
||||
$selection-fg-color: $primary-bg-color;
|
||||
|
||||
$focus-brightness: 125%;
|
||||
|
||||
// red warning colour
|
||||
$warning-color: #ff0064;
|
||||
|
||||
|
@ -15,6 +15,8 @@ $accent-color: #76CFA6;
|
||||
|
||||
$selection-fg-color: $primary-fg-color;
|
||||
|
||||
$focus-brightness: 200%;
|
||||
|
||||
// red warning colour
|
||||
$warning-color: #ff0064;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user