mirror of
https://github.com/getformwork/formwork.git
synced 2025-02-24 09:42:43 +01:00
Match selection background with CodeMirror
This commit is contained in:
parent
f7c86681b9
commit
ba7c75ab27
@ -48,6 +48,9 @@ select:focus,
|
||||
textarea:focus {
|
||||
box-shadow: 0 0 0 2px rgba(40, 154, 230, 0.3); }
|
||||
|
||||
::selection {
|
||||
background-color: #ecf4fc; }
|
||||
|
||||
@media (min-width: 568px) {
|
||||
.hide-from-xs {
|
||||
display: none; } }
|
||||
|
2
admin/assets/css/admin.min.css
vendored
2
admin/assets/css/admin.min.css
vendored
File diff suppressed because one or more lines are too long
@ -57,6 +57,10 @@ button {
|
||||
box-shadow: $focus-box-shadow;
|
||||
}
|
||||
|
||||
::selection {
|
||||
background-color: $color-accent-background;
|
||||
}
|
||||
|
||||
@each $breakpoint-name in map-keys($responsive-breakpoints) {
|
||||
@media (min-width: map-get($responsive-breakpoints, $breakpoint-name)) {
|
||||
.hide-from-#{$breakpoint-name} {
|
||||
|
Loading…
x
Reference in New Issue
Block a user