Enable generic styling in frameless popovers

This commit is contained in:
Oliver-Akins 2025-03-15 14:43:08 -06:00
parent 88a47ba02b
commit e8fdf6e952
8 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,4 @@
.ripcrypt.popover.frameless button,
.ripcrypt.hud button,
.ripcrypt > .window-content button {
all: revert;

View file

@ -1,3 +1,4 @@
.ripcrypt.popover.frameless,
.ripcrypt.hud,
.ripcrypt > .window-content {
input, .input {

View file

@ -1,3 +1,4 @@
.ripcrypt.popover.frameless,
.ripcrypt.hud,
.ripcrypt > .window-content {
ol {

View file

@ -1,3 +1,4 @@
.ripcrypt.popover.frameless p,
.ripcrypt.hud p,
.ripcrypt > .window-content p {
&.warning {

View file

@ -1,3 +1,4 @@
.ripcrypt.popover.frameless .pill-bar,
.ripcrypt.hud .pill-bar,
.ripcrypt > .window-content .pill-bar {
display: flex;

View file

@ -1,3 +1,4 @@
.ripcrypt.popover.frameless select,
.ripcrypt.hud select,
.ripcrypt > .window-content select {
all: revert;

View file

@ -1,3 +1,4 @@
.ripcrypt.popover.frameless span,
.ripcrypt.hud span,
.ripcrypt > .window-content span {
&.small {

View file

@ -1,3 +1,4 @@
.ripcrypt.popover.frameless table,
.ripcrypt.hud table,
.ripcrypt > .window-content table {
all: revert;