Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/workflows/browser-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

name: Browser tests

on:
Expand All @@ -10,11 +9,10 @@ on:

jobs:
richtext:
name: "Richtext browser tests"
name: 'Richtext browser tests'
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
php-image: ghcr.io/ibexa/docker/php:8.3-node18
project-edition: 'oss'
test-suite: '--profile=browser --suite=admin-ui --tags=@richtext'
test-suite: '--profile=browser --suite=admin-ui --tags=@richtext'
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
2 changes: 2 additions & 0 deletions src/bundle/Resources/public/scss/variables/colors.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@use '../functions/calculate.rem' as *;

// Ibexa colors
$ibexa-color-black: #000000 !default;
$ibexa-color-white: #ffffff !default;
Expand Down
2 changes: 2 additions & 0 deletions src/bundle/Resources/public/scss/variables/vars.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@use '../functions/calculate.rem' as *;

$ibexa-border-radius: calculateRem(10px);
$ibexa-border-radius-small: calculateRem(5px);

Expand Down
Loading