mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-05 13:19:03 +00:00
dark theme bugfixes: focused input borders, weird lines in tables
This commit is contained in:
parent
5752a95c23
commit
c246b24af2
@ -250,6 +250,9 @@
|
||||
.DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--value):not(.DayPicker-Day--start):not(.DayPicker-Day--end) {
|
||||
transition: all 200ms ease !important;
|
||||
}
|
||||
.notion-token-remove-button {
|
||||
transition: opacity 200ms ease !important;
|
||||
}
|
||||
|
||||
/* fix inline-tables in pages (?) */
|
||||
.notion-page-content .notion-collection_view-block {
|
||||
@ -275,8 +278,10 @@
|
||||
/** colours **/
|
||||
|
||||
.notion-dark-theme ::selection,
|
||||
.notion-dark-theme [style*='background: rgba(46, 170, 220,'],
|
||||
.notion-dark-theme [style*='background-color: rgba(46, 170, 220,'] {
|
||||
.notion-dark-theme
|
||||
[style*='background: rgba(46, 170, 220,']:not([style*='background: rgba(46, 170, 220, 0)']),
|
||||
.notion-dark-theme
|
||||
[style*='background-color: rgba(46, 170, 220,']:not([style*='background-color: rgba(46, 170, 220, 0)']) {
|
||||
background: var(--theme_dark-selected) !important;
|
||||
}
|
||||
|
||||
@ -288,6 +293,10 @@
|
||||
[style*='box-shadow: rgb(46, 170, 220) 0px 0px 0px 2px inset'] {
|
||||
box-shadow: var(--theme_dark-primary) 0px 0px 0px 2px inset !important;
|
||||
}
|
||||
.notion-dark-theme .notion-focusable:focus-within {
|
||||
box-shadow: var(--theme_dark-primary) 0px 0px 0px 1px inset,
|
||||
var(--theme_dark-primary_hover) 0px 0px 0px 2px !important;
|
||||
}
|
||||
.notion-dark-theme [style*='background: rgb(6, 156, 205)'] {
|
||||
background: var(--theme_dark-primary_hover) !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user